Html Css Color HEX #067A02 Green

📋 copy color: '#067A02'

red 6 ◦ green 122 ◦ blue 2

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

Shades of Green #067A02

Tints of Green #067A02

RGB

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

 GREEN value IS 122 (48.05% from 255) = 93.85%

 BLUE value IS 2 (1.17% from 255) = 1.54%

R = 4.62%
G = 93.85%
B = 1.54%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.98

 K value IS 0.52

RGB Variations

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

Color information

#067A02 (or 0x067A02) is known color: Green. HEX triplet: 06, 7A and 02. RGB value is (6,122,2). Sum of RGB (Red+Green+Blue) = 6+122+2=130 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.62% from 130); Green value is 122 (48.05% from 255 or 93.85% from 130); Blue value is 2 (1.17% from 255 or 1.54% from 130); Max value from RGB is 122 - color contains mainly: green. Hex color #067A02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #067A02 is #F985FD. Grayscale: #494949. Windows color (decimal): -16352766 or 162310. OLE color: 162310.

HSL color Cylindrical-coordinate representation of color #067A02: hue angle of 118º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #067A02 is Cyan = 0.95, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.52.

Color convert

RGB 6 122 2 -
CMYK 0.95 0 0.98 0.52
HSL 118º 0.97% 0.24% -
HSV(B) 118º 0.98% 0.48% -
XYZ 7.05 13.96 2.38 -
YUV 73.64 87.57 79.76 -
System Red Green Blue C M Y K H S L
Decimal 6 122 2 0.95 0 0.98 0.52 118 0.97 0.24
Hex 6 7A 2 5F 0 62 34 76 61 18
Octal 6 172 2 137 0 142 64 166 141 30
Binary 110 1111010 10 1011111 0 1100010 110100 1110110 1100001 11000

Color Harmonies of #067A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067A02

Black with #067A02

Text Example


Text Example

White with #067A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067A02; }

 p { color: rgb(6,122,2); }

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

background-color css

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

 a { background-color: rgb(6,122,2); }

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

border-color css

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

 span { border-color: rgb(6,122,2); }

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