Html Css Color HEX #067702 Green

📋 copy color: '#067702'

red 6 ◦ green 119 ◦ blue 2

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

Shades of Green #067702

Tints of Green #067702

RGB

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

 GREEN value IS 119 (46.88% from 255) = 93.7%

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

R = 4.72%
G = 93.7%
B = 1.57%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#067702 (or 0x067702) is known color: Green. HEX triplet: 06, 77 and 02. RGB value is (6,119,2). Sum of RGB (Red+Green+Blue) = 6+119+2=127 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.72% from 127); Green value is 119 (46.88% from 255 or 93.70% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 119 - color contains mainly: green. Hex color #067702 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #067702 is #F988FD. Grayscale: #484848. Windows color (decimal): -16353534 or 161542. OLE color: 161542.

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

Color convert

RGB 6 119 2 -
CMYK 0.95 0 0.98 0.53
HSL 117.95º 0.97% 0.24% -
HSV(B) 117.95º 0.98% 0.47% -
XYZ 6.68 13.24 2.26 -
YUV 71.88 88.56 81.01 -
System Red Green Blue C M Y K H S L
Decimal 6 119 2 0.95 0 0.98 0.53 117.95 0.97 0.24
Hex 6 77 2 5F 0 62 35 76 61 18
Octal 6 167 2 137 0 142 65 166 141 30
Binary 110 1110111 10 1011111 0 1100010 110101 1110110 1100001 11000

Color Harmonies of #067702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067702

Black with #067702

Text Example


Text Example

White with #067702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067702; }

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

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

background-color css

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

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

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

border-color css

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

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

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