Html Css Color HEX #067C00 Green

📋 copy color: '#067C00'

red 6 ◦ green 124 ◦ blue 0

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

Shades of Green #067C00

Tints of Green #067C00

RGB

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

 GREEN value IS 124 (48.83% from 255) = 95.38%

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

R = 4.62%
G = 95.38%
B = 0%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 1

 K value IS 0.51

RGB Variations

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

Color information

#067C00 (or 0x067C00) is known color: Green. HEX triplet: 06, 7C and 00. RGB value is (6,124,0). Sum of RGB (Red+Green+Blue) = 6+124+0=130 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.62% from 130); Green value is 124 (48.83% from 255 or 95.38% from 130); Blue value is 0 (0.39% from 255 or 0% from 130); Max value from RGB is 124 - color contains mainly: green. Hex color #067C00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #067C00 is #F983FF. Grayscale: #4A4A4A. Windows color (decimal): -16352256 or 31750. OLE color: 31750.

HSL color Cylindrical-coordinate representation of color #067C00: hue angle of 117.1º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #067C00 is Cyan = 0.95, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.51.

Color convert

RGB 6 124 0 -
CMYK 0.95 0 1 0.51
HSL 117.1º 1% 0.24% -
HSV(B) 117.1º 1% 0.49% -
XYZ 7.28 14.45 2.41 -
YUV 74.58 85.91 79.08 -
System Red Green Blue C M Y K H S L
Decimal 6 124 0 0.95 0 1 0.51 117.1 1 0.24
Hex 6 7C 0 5F 0 64 33 75 64 18
Octal 6 174 0 137 0 144 63 165 144 30
Binary 110 1111100 0 1011111 0 1100100 110011 1110101 1100100 11000

Color Harmonies of #067C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067C00

Black with #067C00

Text Example


Text Example

White with #067C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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