Html Css Color HEX #6E7428 Rain Forest

📋 copy color: '#6E7428'

red 110 ◦ green 116 ◦ blue 40

#6E7428
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rain Forest #6E7428

Tints of Rain Forest #6E7428

RGB

 RED value IS 110 (43.36% from 255) = 41.35%

 GREEN value IS 116 (45.7% from 255) = 43.61%

 BLUE value IS 40 (16.02% from 255) = 15.04%

R = 41.35%
G = 43.61%
B = 15.04%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#6E7428 (or 0x6E7428) is known color: Rain Forest. HEX triplet: 6E, 74 and 28. RGB value is (110,116,40). Sum of RGB (Red+Green+Blue) = 110+116+40=266 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.35% from 266); Green value is 116 (45.70% from 255 or 43.61% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 116 - color contains mainly: green. Hex color #6E7428 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7428 is #918BD7. Grayscale: #696969. Windows color (decimal): -9538520 or 2651246. OLE color: 2651246.

HSL color Cylindrical-coordinate representation of color #6E7428: hue angle of 64.74º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6E7428 is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB 110 116 40 -
CMYK 0.05 0 0.66 0.55
HSL 64.74º 0.49% 0.31% -
HSV(B) 64.74º 0.66% 0.45% -
XYZ 13.06 15.96 4.4 -
YUV 105.54 91.01 131.18 -
System Red Green Blue C M Y K H S L
Decimal 110 116 40 0.05 0 0.66 0.55 64.74 0.49 0.31
Hex 6E 74 28 5 0 42 37 41 31 1F
Octal 156 164 50 5 0 102 67 101 61 37
Binary 1101110 1110100 101000 101 0 1000010 110111 1000001 110001 11111

Color Harmonies of #6E7428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7428

Black with #6E7428

Text Example


Text Example

White with #6E7428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,116,40); }

 H1.HeaderClassName
 {
   color: #6E7428;
 }
 .AnyTagClassName
 {
   color: #6E7428;
 }
</style>

background-color css

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

 a { background-color: rgb(110,116,40); }

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

border-color css

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

 span { border-color: rgb(110,116,40); }

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