Html Css Color HEX #6F802A Rain Forest

📋 copy color: '#6F802A'

red 111 ◦ green 128 ◦ blue 42

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

Shades of Rain Forest #6F802A

Tints of Rain Forest #6F802A

RGB

 RED value IS 111 (43.75% from 255) = 39.5%

 GREEN value IS 128 (50.39% from 255) = 45.55%

 BLUE value IS 42 (16.8% from 255) = 14.95%

R = 39.5%
G = 45.55%
B = 14.95%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.67

 K value IS 0.50

RGB Variations

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

Color information

#6F802A (or 0x6F802A) is known color: Rain Forest. HEX triplet: 6F, 80 and 2A. RGB value is (111,128,42). Sum of RGB (Red+Green+Blue) = 111+128+42=281 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.50% from 281); Green value is 128 (50.39% from 255 or 45.55% from 281); Blue value is 42 (16.80% from 255 or 14.95% from 281); Max value from RGB is 128 - color contains mainly: green. Hex color #6F802A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F802A is #907FD5. Grayscale: #717171. Windows color (decimal): -9469910 or 2785391. OLE color: 2785391.

HSL color Cylindrical-coordinate representation of color #6F802A: hue angle of 71.86º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6F802A is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB 111 128 42 -
CMYK 0.13 0 0.67 0.50
HSL 71.86º 0.51% 0.33% -
HSV(B) 71.86º 0.67% 0.5% -
XYZ 14.69 18.99 5.08 -
YUV 113.11 87.87 126.49 -
System Red Green Blue C M Y K H S L
Decimal 111 128 42 0.13 0 0.67 0.50 71.86 0.51 0.33
Hex 6F 80 2A D 0 43 32 48 33 21
Octal 157 200 52 15 0 103 62 110 63 41
Binary 1101111 10000000 101010 1101 0 1000011 110010 1001000 110011 100001

Color Harmonies of #6F802A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F802A

Black with #6F802A

Text Example


Text Example

White with #6F802A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,128,42); }

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

background-color css

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

 a { background-color: rgb(111,128,42); }

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

border-color css

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

 span { border-color: rgb(111,128,42); }

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