#7FA84B

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

Shades of Chelsea Cucumber #7FA84B

Tints of Chelsea Cucumber #7FA84B

Color information

#7FA84B (or 0x7FA84B) is unknown color: approx Chelsea Cucumber. HEX triplet: 7F, A8 and 4B. RGB value is (127,168,75). Sum of RGB (Red+Green+Blue) = 127+168+75=370 (49% of max value = 765). Red value is 127 (50% from 255 or 34.32% from 370); Green value is 168 (66.02% from 255 or 45.41% from 370); Blue value is 75 (29.69% from 255 or 20.27% from 370); Max value from RGB is 168 - color contains mainly: green. Hex color #7FA84B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA84B is #8057B4. Grayscale: #919191. Windows color (decimal): -8411061 or 4958335. OLE color: 4958335.

HSL color Cylindrical-coordinate representation of color #7FA84B: hue angle of 86.45º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7FA84B is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.34.

Color convert

RGB12716875-
CMYK0.2400.550.34
HSL86.45º38.27%47.65%-
HSV(B)86.45º55.36%65.88%-
XYZ24.0333.0311.76-
YUV145.1488.42115.06-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.32%
GREEN value IS 168 (66.02% from 255) = 45.41%
BLUE value IS 75 (29.69% from 255) = 20.27%
R=34.32%
G=45.41%
B=20.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal127168750.2400.550.3486.4538.2747.65
Hex7FA84B1803722562630
Octal17725011330067421264660
Binary11111111010100010010111100001101111000101010110100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA84B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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