Html Css Color HEX #068013 Green

📋 copy color: '#068013'

red 6 ◦ green 128 ◦ blue 19

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

Shades of Green #068013

Tints of Green #068013

RGB

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

 GREEN value IS 128 (50.39% from 255) = 83.66%

 BLUE value IS 19 (7.81% from 255) = 12.42%

R = 3.92%
G = 83.66%
B = 12.42%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#068013 (or 0x068013) is known color: Green. HEX triplet: 06, 80 and 13. RGB value is (6,128,19). Sum of RGB (Red+Green+Blue) = 6+128+19=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 128 (50.39% from 255 or 83.66% from 153); Blue value is 19 (7.81% from 255 or 12.42% from 153); Max value from RGB is 128 - color contains mainly: green. Hex color #068013 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #068013 is #F97FEC. Grayscale: #4F4F4F. Windows color (decimal): -16351213 or 1277958. OLE color: 1277958.

HSL color Cylindrical-coordinate representation of color #068013: hue angle of 126.39º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #068013 is Cyan = 0.95, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.50.

Color convert

RGB 6 128 19 -
CMYK 0.95 0 0.85 0.50
HSL 126.39º 0.91% 0.26% -
HSV(B) 126.39º 0.95% 0.5% -
XYZ 7.91 15.52 3.2 -
YUV 79.1 94.08 75.86 -
System Red Green Blue C M Y K H S L
Decimal 6 128 19 0.95 0 0.85 0.50 126.39 0.91 0.26
Hex 6 80 13 5F 0 55 32 7E 5B 1A
Octal 6 200 23 137 0 125 62 176 133 32
Binary 110 10000000 10011 1011111 0 1010101 110010 1111110 1011011 11010

Color Harmonies of #068013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068013

Black with #068013

Text Example


Text Example

White with #068013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068013; }

 p { color: rgb(6,128,19); }

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

background-color css

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

 a { background-color: rgb(6,128,19); }

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

border-color css

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

 span { border-color: rgb(6,128,19); }

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