Html Css Color HEX #067000 Green

📋 copy color: '#067000'

red 6 ◦ green 112 ◦ blue 0

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

Shades of Green #067000

Tints of Green #067000

RGB

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

 GREEN value IS 112 (44.14% from 255) = 94.92%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 5.08%
G = 94.92%
B = 0%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#067000 (or 0x067000) is known color: Green. HEX triplet: 06, 70 and 00. RGB value is (6,112,0). Sum of RGB (Red+Green+Blue) = 6+112+0=118 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.08% from 118); Green value is 112 (44.14% from 255 or 94.92% from 118); Blue value is 0 (0.39% from 255 or 0% from 118); Max value from RGB is 112 - color contains mainly: green. Hex color #067000 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #067000 is #F98FFF. Grayscale: #434343. Windows color (decimal): -16355328 or 28678. OLE color: 28678.

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

Color convert

RGB 6 112 0 -
CMYK 0.95 0 1 0.56
HSL 116.79º 1% 0.22% -
HSV(B) 116.79º 1% 0.44% -
XYZ 5.87 11.63 1.93 -
YUV 67.54 89.88 84.11 -
System Red Green Blue C M Y K H S L
Decimal 6 112 0 0.95 0 1 0.56 116.79 1 0.22
Hex 6 70 0 5F 0 64 38 75 64 16
Octal 6 160 0 137 0 144 70 165 144 26
Binary 110 1110000 0 1011111 0 1100100 111000 1110101 1100100 10110

Color Harmonies of #067000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067000

Black with #067000

Text Example


Text Example

White with #067000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067000; }

 p { color: rgb(6,112,0); }

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

background-color css

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

 a { background-color: rgb(6,112,0); }

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

border-color css

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

 span { border-color: rgb(6,112,0); }

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