Html Css Color HEX #067410 Green

📋 copy color: '#067410'

red 6 ◦ green 116 ◦ blue 16

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

Shades of Green #067410

Tints of Green #067410

RGB

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

 GREEN value IS 116 (45.7% from 255) = 84.06%

 BLUE value IS 16 (6.64% from 255) = 11.59%

R = 4.35%
G = 84.06%
B = 11.59%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#067410 (or 0x067410) is known color: Green. HEX triplet: 06, 74 and 10. RGB value is (6,116,16). Sum of RGB (Red+Green+Blue) = 6+116+16=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 116 (45.70% from 255 or 84.06% from 138); Blue value is 16 (6.64% from 255 or 11.59% from 138); Max value from RGB is 116 - color contains mainly: green. Hex color #067410 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #067410 is #F98BEF. Grayscale: #484848. Windows color (decimal): -16354288 or 1078278. OLE color: 1078278.

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

Color convert

RGB 6 116 16 -
CMYK 0.95 0 0.86 0.55
HSL 125.45º 0.9% 0.24% -
HSV(B) 125.45º 0.95% 0.45% -
XYZ 6.41 12.57 2.58 -
YUV 71.71 96.56 81.13 -
System Red Green Blue C M Y K H S L
Decimal 6 116 16 0.95 0 0.86 0.55 125.45 0.9 0.24
Hex 6 74 10 5F 0 56 37 7D 5A 18
Octal 6 164 20 137 0 126 67 175 132 30
Binary 110 1110100 10000 1011111 0 1010110 110111 1111101 1011010 11000

Color Harmonies of #067410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067410

Black with #067410

Text Example


Text Example

White with #067410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067410; }

 p { color: rgb(6,116,16); }

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

background-color css

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

 a { background-color: rgb(6,116,16); }

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

border-color css

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

 span { border-color: rgb(6,116,16); }

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