Html Css Color HEX #067C1C Green

📋 copy color: '#067C1C'

red 6 ◦ green 124 ◦ blue 28

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

Shades of Green #067C1C

Tints of Green #067C1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 17.72%

R = 3.8%
G = 78.48%
B = 17.72%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.77

 K value IS 0.51

RGB Variations

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

Color information

#067C1C (or 0x067C1C) is known color: Green. HEX triplet: 06, 7C and 1C. RGB value is (6,124,28). Sum of RGB (Red+Green+Blue) = 6+124+28=158 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.80% from 158); Green value is 124 (48.83% from 255 or 78.48% from 158); Blue value is 28 (11.33% from 255 or 17.72% from 158); Max value from RGB is 124 - color contains mainly: green. Hex color #067C1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067C1C is #F983E3. Grayscale: #4E4E4E. Windows color (decimal): -16352228 or 1866758. OLE color: 1866758.

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

Color convert

RGB 6 124 28 -
CMYK 0.95 0 0.77 0.51
HSL 131.19º 0.91% 0.25% -
HSV(B) 131.19º 0.95% 0.49% -
XYZ 7.49 14.54 3.51 -
YUV 77.77 99.91 76.81 -
System Red Green Blue C M Y K H S L
Decimal 6 124 28 0.95 0 0.77 0.51 131.19 0.91 0.25
Hex 6 7C 1C 5F 0 4D 33 83 5B 19
Octal 6 174 34 137 0 115 63 203 133 31
Binary 110 1111100 11100 1011111 0 1001101 110011 10000011 1011011 11001

Color Harmonies of #067C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067C1C

Black with #067C1C

Text Example


Text Example

White with #067C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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