Html Css Color HEX #06872A Forest Green

📋 copy color: '#06872A'

red 6 ◦ green 135 ◦ blue 42

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

Shades of Forest Green #06872A

Tints of Forest Green #06872A

RGB

 RED value IS 6 (2.73% from 255) = 3.28%

 GREEN value IS 135 (53.13% from 255) = 73.77%

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

R = 3.28%
G = 73.77%
B = 22.95%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#06872A (or 0x06872A) is known color: Forest Green. HEX triplet: 06, 87 and 2A. RGB value is (6,135,42). Sum of RGB (Red+Green+Blue) = 6+135+42=183 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.28% from 183); Green value is 135 (53.12% from 255 or 73.77% from 183); Blue value is 42 (16.80% from 255 or 22.95% from 183); Max value from RGB is 135 - color contains mainly: green. Hex color #06872A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06872A is #F978D5. Grayscale: #565656. Windows color (decimal): -16349398 or 2787078. OLE color: 2787078.

HSL color Cylindrical-coordinate representation of color #06872A: hue angle of 136.74º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06872A is Cyan = 0.96, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 135 42 -
CMYK 0.96 0 0.69 0.47
HSL 136.74º 0.91% 0.28% -
HSV(B) 136.74º 0.96% 0.53% -
XYZ 9.16 17.53 5.09 -
YUV 85.83 103.26 71.06 -
System Red Green Blue C M Y K H S L
Decimal 6 135 42 0.96 0 0.69 0.47 136.74 0.91 0.28
Hex 6 87 2A 60 0 45 2F 89 5B 1C
Octal 6 207 52 140 0 105 57 211 133 34
Binary 110 10000111 101010 1100000 0 1000101 101111 10001001 1011011 11100

Color Harmonies of #06872A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06872A

Black with #06872A

Text Example


Text Example

White with #06872A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06872A; }

 p { color: rgb(6,135,42); }

 H1.HeaderClassName
 {
   color: #06872A;
 }
 .AnyTagClassName
 {
   color: #06872A;
 }
</style>

background-color css

<style>
 a { background-color: #06872A; }

 a { background-color: rgb(6,135,42); }

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

border-color css

<style>
 span { border-color: #06872A; }

 span { border-color: rgb(6,135,42); }

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