Html Css Color HEX #006205 Green

📋 copy color: '#006205'

red 0 ◦ green 98 ◦ blue 5

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

Shades of Green #006205

Tints of Green #006205

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 98 (38.67% from 255) = 95.15%

 BLUE value IS 5 (2.34% from 255) = 4.85%

R = 0%
G = 95.15%
B = 4.85%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.95

 K value IS 0.62

RGB Variations

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

Color information

#006205 (or 0x006205) is known color: Green. HEX triplet: 00, 62 and 05. RGB value is (0,98,5). Sum of RGB (Red+Green+Blue) = 0+98+5=103 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 103); Green value is 98 (38.67% from 255 or 95.15% from 103); Blue value is 5 (2.34% from 255 or 4.85% from 103); Max value from RGB is 98 - color contains mainly: green. Hex color #006205 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006205 is #FF9DFA. Grayscale: #3A3A3A. Windows color (decimal): -16752123 or 352768. OLE color: 352768.

HSL color Cylindrical-coordinate representation of color #006205: hue angle of 123.06º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006205 is Cyan = 1, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 98 5 -
CMYK 1 0 0.95 0.62
HSL 123.06º 1% 0.19% -
HSV(B) 123.06º 1% 0.38% -
XYZ 4.4 8.75 1.6 -
YUV 58.1 98.03 86.56 -
System Red Green Blue C M Y K H S L
Decimal 0 98 5 1 0 0.95 0.62 123.06 1 0.19
Hex 0 62 5 64 0 5F 3E 7B 64 13
Octal 0 142 5 144 0 137 76 173 144 23
Binary 0 1100010 101 1100100 0 1011111 111110 1111011 1100100 10011

Color Harmonies of #006205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006205

Black with #006205

Text Example


Text Example

White with #006205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006205; }

 p { color: rgb(0,98,5); }

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

background-color css

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

 a { background-color: rgb(0,98,5); }

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

border-color css

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

 span { border-color: rgb(0,98,5); }

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