Html Css Color HEX #6E751E Rain Forest

📋 copy color: '#6E751E'

red 110 ◦ green 117 ◦ blue 30

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

Shades of Rain Forest #6E751E

Tints of Rain Forest #6E751E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45.53%

 BLUE value IS 30 (12.11% from 255) = 11.67%

R = 42.8%
G = 45.53%
B = 11.67%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#6E751E (or 0x6E751E) is known color: Rain Forest. HEX triplet: 6E, 75 and 1E. RGB value is (110,117,30). Sum of RGB (Red+Green+Blue) = 110+117+30=257 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.80% from 257); Green value is 117 (46.09% from 255 or 45.53% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 117 - color contains mainly: green. Hex color #6E751E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E751E is #918AE1. Grayscale: #696969. Windows color (decimal): -9538274 or 1996142. OLE color: 1996142.

HSL color Cylindrical-coordinate representation of color #6E751E: hue angle of 64.83º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6E751E is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 110 117 30 -
CMYK 0.06 0 0.74 0.54
HSL 64.83º 0.59% 0.29% -
HSV(B) 64.83º 0.74% 0.46% -
XYZ 13.03 16.13 3.66 -
YUV 104.99 85.68 131.57 -
System Red Green Blue C M Y K H S L
Decimal 110 117 30 0.06 0 0.74 0.54 64.83 0.59 0.29
Hex 6E 75 1E 6 0 4A 36 41 3B 1D
Octal 156 165 36 6 0 112 66 101 73 35
Binary 1101110 1110101 11110 110 0 1001010 110110 1000001 111011 11101

Color Harmonies of #6E751E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E751E

Black with #6E751E

Text Example


Text Example

White with #6E751E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,117,30); }

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

background-color css

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

 a { background-color: rgb(110,117,30); }

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

border-color css

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

 span { border-color: rgb(110,117,30); }

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