Html Css Color HEX #06962D Forest Green

📋 copy color: '#06962D'

red 6 ◦ green 150 ◦ blue 45

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

Shades of Forest Green #06962D

Tints of Forest Green #06962D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 74.63%

 BLUE value IS 45 (17.97% from 255) = 22.39%

R = 2.99%
G = 74.63%
B = 22.39%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#06962D (or 0x06962D) is known color: Forest Green. HEX triplet: 06, 96 and 2D. RGB value is (6,150,45). Sum of RGB (Red+Green+Blue) = 6+150+45=201 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.99% from 201); Green value is 150 (58.98% from 255 or 74.63% from 201); Blue value is 45 (17.97% from 255 or 22.39% from 201); Max value from RGB is 150 - color contains mainly: green. Hex color #06962D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06962D is #F969D2. Grayscale: #5F5F5F. Windows color (decimal): -16345555 or 2987526. OLE color: 2987526.

HSL color Cylindrical-coordinate representation of color #06962D: hue angle of 136.25º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06962D is Cyan = 0.96, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB 6 150 45 -
CMYK 0.96 0 0.70 0.41
HSL 136.25º 0.92% 0.31% -
HSV(B) 136.25º 0.96% 0.59% -
XYZ 11.46 22.04 6.13 -
YUV 94.97 99.79 64.54 -
System Red Green Blue C M Y K H S L
Decimal 6 150 45 0.96 0 0.70 0.41 136.25 0.92 0.31
Hex 6 96 2D 60 0 46 29 88 5C 1F
Octal 6 226 55 140 0 106 51 210 134 37
Binary 110 10010110 101101 1100000 0 1000110 101001 10001000 1011100 11111

Color Harmonies of #06962D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06962D

Black with #06962D

Text Example


Text Example

White with #06962D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06962D; }

 p { color: rgb(6,150,45); }

 H1.HeaderClassName
 {
   color: #06962D;
 }
 .AnyTagClassName
 {
   color: #06962D;
 }
</style>

background-color css

<style>
 a { background-color: #06962D; }

 a { background-color: rgb(6,150,45); }

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

border-color css

<style>
 span { border-color: #06962D; }

 span { border-color: rgb(6,150,45); }

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