Html Css Color HEX #067205 Green

📋 copy color: '#067205'

red 6 ◦ green 114 ◦ blue 5

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

Shades of Green #067205

Tints of Green #067205

RGB

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

 GREEN value IS 114 (44.92% from 255) = 91.2%

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

R = 4.8%
G = 91.2%
B = 4%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#067205 (or 0x067205) is known color: Green. HEX triplet: 06, 72 and 05. RGB value is (6,114,5). Sum of RGB (Red+Green+Blue) = 6+114+5=125 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.8% from 125); Green value is 114 (44.92% from 255 or 91.2% from 125); Blue value is 5 (2.34% from 255 or 4% from 125); Max value from RGB is 114 - color contains mainly: green. Hex color #067205 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #067205 is #F98DFA. Grayscale: #454545. Windows color (decimal): -16354811 or 356870. OLE color: 356870.

HSL color Cylindrical-coordinate representation of color #067205: hue angle of 119.45º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #067205 is Cyan = 0.95, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB 6 114 5 -
CMYK 0.95 0 0.96 0.55
HSL 119.45º 0.92% 0.23% -
HSV(B) 119.45º 0.96% 0.45% -
XYZ 6.12 12.08 2.15 -
YUV 69.28 91.72 82.86 -
System Red Green Blue C M Y K H S L
Decimal 6 114 5 0.95 0 0.96 0.55 119.45 0.92 0.23
Hex 6 72 5 5F 0 60 37 77 5C 17
Octal 6 162 5 137 0 140 67 167 134 27
Binary 110 1110010 101 1011111 0 1100000 110111 1110111 1011100 10111

Color Harmonies of #067205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067205

Black with #067205

Text Example


Text Example

White with #067205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067205; }

 p { color: rgb(6,114,5); }

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

background-color css

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

 a { background-color: rgb(6,114,5); }

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

border-color css

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

 span { border-color: rgb(6,114,5); }

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