#7FA34B

Color #7FA34B Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #7FA34B

Tints of Chelsea Cucumber #7FA34B

Color information

#7FA34B (or 0x7FA34B) is unknown color: approx Chelsea Cucumber. HEX triplet: 7F, A3 and 4B. RGB value is (127,163,75). Sum of RGB (Red+Green+Blue) = 127+163+75=365 (48% of max value = 765). Red value is 127 (50% from 255 or 34.79% from 365); Green value is 163 (64.06% from 255 or 44.66% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 163 - color contains mainly: green. Hex color #7FA34B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA34B is #805CB4. Grayscale: #8E8E8E. Windows color (decimal): -8412341 or 4957055. OLE color: 4957055.

HSL color Cylindrical-coordinate representation of color #7FA34B: hue angle of 84.55º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7FA34B is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB12716375-
CMYK0.2200.540.36
HSL84.55º36.97%46.67%-
HSV(B)84.55º53.99%63.92%-
XYZ23.1231.2111.46-
YUV142.290.07117.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 127 (50% from 255) = 34.79%
GREEN value IS 163 (64.06% from 255) = 44.66%
BLUE value IS 75 (29.69% from 255) = 20.55%
R=34.79%
G=44.66%
B=20.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal127163750.2200.540.3684.5536.9746.67
Hex7FA34B160362455252f
Octal17724311326066441254557
Binary11111111010001110010111011001101101001001010101100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA34B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FA34B; }

 p { color: rgb(127,163,75); }

 H1.HeaderClassName
 {
   color: #7FA34B;
 }
 .AnyTagClassName
 {
   color: #7FA34B;
 }
</style>
background-color css

<style>
 a { background-color: #7FA34B; }

 a { background-color: rgb(127,163,75); }

 div.DivClassName
 {
   background-color: #7FA34B;
 }
 .BgClassName
 {
   background-color: #7FA34B;
 }
</style>
border-color css

<style>
 span { border-color: #7FA34B; }

 span { border-color: rgb(127,163,75); }

 td.TdClassName
 {
   border-color: #7FA34B;
 }
 .TagClassName
 {
   border-color: #7FA34B;
 }
</style>