Html Css Color HEX #067102 Green

📋 copy color: '#067102'

red 6 ◦ green 113 ◦ blue 2

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

Shades of Green #067102

Tints of Green #067102

RGB

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

 GREEN value IS 113 (44.53% from 255) = 93.39%

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

R = 4.96%
G = 93.39%
B = 1.65%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#067102 (or 0x067102) is known color: Green. HEX triplet: 06, 71 and 02. RGB value is (6,113,2). Sum of RGB (Red+Green+Blue) = 6+113+2=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 113 (44.53% from 255 or 93.39% from 121); Blue value is 2 (1.17% from 255 or 1.65% from 121); Max value from RGB is 113 - color contains mainly: green. Hex color #067102 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #067102 is #F98EFD. Grayscale: #444444. Windows color (decimal): -16355070 or 160006. OLE color: 160006.

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

Color convert

RGB 6 113 2 -
CMYK 0.95 0 0.98 0.56
HSL 117.84º 0.97% 0.23% -
HSV(B) 117.84º 0.98% 0.44% -
XYZ 5.99 11.85 2.03 -
YUV 68.35 90.55 83.53 -
System Red Green Blue C M Y K H S L
Decimal 6 113 2 0.95 0 0.98 0.56 117.84 0.97 0.23
Hex 6 71 2 5F 0 62 38 76 61 17
Octal 6 161 2 137 0 142 70 166 141 27
Binary 110 1110001 10 1011111 0 1100010 111000 1110110 1100001 10111

Color Harmonies of #067102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067102

Black with #067102

Text Example


Text Example

White with #067102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067102; }

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

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

background-color css

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

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

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

border-color css

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

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

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