Html Css Color HEX #207B06 Forest Green

📋 copy color: '#207B06'

red 32 ◦ green 123 ◦ blue 6

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

Shades of Forest Green #207B06

Tints of Forest Green #207B06

RGB

 RED value IS 32 (12.89% from 255) = 19.88%

 GREEN value IS 123 (48.44% from 255) = 76.4%

 BLUE value IS 6 (2.73% from 255) = 3.73%

R = 19.88%
G = 76.4%
B = 3.73%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.95

 K value IS 0.52

RGB Variations

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

Color information

#207B06 (or 0x207B06) is known color: Forest Green. HEX triplet: 20, 7B and 06. RGB value is (32,123,6). Sum of RGB (Red+Green+Blue) = 32+123+6=161 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.88% from 161); Green value is 123 (48.44% from 255 or 76.40% from 161); Blue value is 6 (2.73% from 255 or 3.73% from 161); Max value from RGB is 123 - color contains mainly: green. Hex color #207B06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #207B06 is #DF84F9. Grayscale: #525252. Windows color (decimal): -14648570 or 424736. OLE color: 424736.

HSL color Cylindrical-coordinate representation of color #207B06: hue angle of 106.67º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #207B06 is Cyan = 0.74, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.52.

Color convert

RGB 32 123 6 -
CMYK 0.74 0 0.95 0.52
HSL 106.67º 0.91% 0.25% -
HSV(B) 106.67º 0.95% 0.48% -
XYZ 7.71 14.49 2.56 -
YUV 82.45 84.85 92.01 -
System Red Green Blue C M Y K H S L
Decimal 32 123 6 0.74 0 0.95 0.52 106.67 0.91 0.25
Hex 20 7B 6 4A 0 5F 34 6B 5B 19
Octal 40 173 6 112 0 137 64 153 133 31
Binary 100000 1111011 110 1001010 0 1011111 110100 1101011 1011011 11001

Color Harmonies of #207B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207B06

Black with #207B06

Text Example


Text Example

White with #207B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207B06; }

 p { color: rgb(32,123,6); }

 H1.HeaderClassName
 {
   color: #207B06;
 }
 .AnyTagClassName
 {
   color: #207B06;
 }
</style>

background-color css

<style>
 a { background-color: #207B06; }

 a { background-color: rgb(32,123,6); }

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

border-color css

<style>
 span { border-color: #207B06; }

 span { border-color: rgb(32,123,6); }

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