#6B7D28

Color #6B7D28 Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rain Forest #6B7D28

Tints of Rain Forest #6B7D28

Color information

#6B7D28 (or 0x6B7D28) is unknown color: approx Rain Forest. HEX triplet: 6B, 7D and 28. RGB value is (107,125,40). Sum of RGB (Red+Green+Blue) = 107+125+40=272 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.34% from 272); Green value is 125 (49.22% from 255 or 45.96% from 272); Blue value is 40 (16.02% from 255 or 14.71% from 272); Max value from RGB is 125 - color contains mainly: green. Hex color #6B7D28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7D28 is #9482D7. Grayscale: #6E6E6E. Windows color (decimal): -9732824 or 2653547. OLE color: 2653547.

HSL color Cylindrical-coordinate representation of color #6B7D28: hue angle of 72.71º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6B7D28 is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.51.

Color convert

RGB10712540-
CMYK0.1400.680.51
HSL72.71º51.52%32.35%-
HSV(B)72.71º68%49.02%-
XYZ13.7817.954.75-
YUV109.9388.54125.91-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 39.34%
GREEN value IS 125 (49.22% from 255) = 45.96%
BLUE value IS 40 (16.02% from 255) = 14.71%
R=39.34%
G=45.96%
B=14.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal107125400.1400.680.5172.7151.5232.35
Hex6B7D28E04433493420
Octal15317550160104631116440
Binary110101111111011010001110010001001100111001001110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B7D28; }

 p { color: rgb(107,125,40); }

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

<style>
 a { background-color: #6B7D28; }

 a { background-color: rgb(107,125,40); }

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

<style>
 span { border-color: #6B7D28; }

 span { border-color: rgb(107,125,40); }

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