#6E7B1F

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

Shades of Rain Forest #6E7B1F

Tints of Rain Forest #6E7B1F

Color information

#6E7B1F (or 0x6E7B1F) is unknown color: approx Rain Forest. HEX triplet: 6E, 7B and 1F. RGB value is (110,123,31). Sum of RGB (Red+Green+Blue) = 110+123+31=264 (34% of max value = 765). Red value is 110 (43.36% from 255 or 41.67% from 264); Green value is 123 (48.44% from 255 or 46.59% from 264); Blue value is 31 (12.5% from 255 or 11.74% from 264); Max value from RGB is 123 - color contains mainly: green. Hex color #6E7B1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7B1F is #9184E0. Grayscale: #6C6C6C. Windows color (decimal): -9536737 or 2063214. OLE color: 2063214.

HSL color Cylindrical-coordinate representation of color #6E7B1F: hue angle of 68.48º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6E7B1F is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.52.

Color convert

RGB11012331-
CMYK0.1100.750.52
HSL68.48º59.74%30.2%-
HSV(B)68.48º74.8%48.24%-
XYZ13.7617.583.96-
YUV108.6284.19128.98-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 41.67%
GREEN value IS 123 (48.44% from 255) = 46.59%
BLUE value IS 31 (12.5% from 255) = 11.74%
R=41.67%
G=46.59%
B=11.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal110123310.1100.750.5268.4859.7430.2
Hex6E7B1FB04B34443c1e
Octal15617337130113641047436
Binary1101110111101111111101101001011110100100010011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,123,31); }

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

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

 a { background-color: rgb(110,123,31); }

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

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

 span { border-color: rgb(110,123,31); }

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