Html Css Color HEX #6E772B Rain Forest

📋 copy color: '#6E772B'

red 110 ◦ green 119 ◦ blue 43

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

Shades of Rain Forest #6E772B

Tints of Rain Forest #6E772B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 43.75%

 BLUE value IS 43 (17.19% from 255) = 15.81%

R = 40.44%
G = 43.75%
B = 15.81%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#6E772B (or 0x6E772B) is known color: Rain Forest. HEX triplet: 6E, 77 and 2B. RGB value is (110,119,43). Sum of RGB (Red+Green+Blue) = 110+119+43=272 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.44% from 272); Green value is 119 (46.88% from 255 or 43.75% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 119 - color contains mainly: green. Hex color #6E772B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E772B is #9188D4. Grayscale: #6B6B6B. Windows color (decimal): -9537749 or 2848622. OLE color: 2848622.

HSL color Cylindrical-coordinate representation of color #6E772B: hue angle of 67.11º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6E772B is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB 110 119 43 -
CMYK 0.08 0 0.64 0.53
HSL 67.11º 0.47% 0.32% -
HSV(B) 67.11º 0.64% 0.47% -
XYZ 13.46 16.68 4.8 -
YUV 107.65 91.52 129.68 -
System Red Green Blue C M Y K H S L
Decimal 110 119 43 0.08 0 0.64 0.53 67.11 0.47 0.32
Hex 6E 77 2B 8 0 40 35 43 2F 20
Octal 156 167 53 10 0 100 65 103 57 40
Binary 1101110 1110111 101011 1000 0 1000000 110101 1000011 101111 100000

Color Harmonies of #6E772B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E772B

Black with #6E772B

Text Example


Text Example

White with #6E772B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,119,43); }

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

background-color css

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

 a { background-color: rgb(110,119,43); }

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

border-color css

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

 span { border-color: rgb(110,119,43); }

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