Html Css Color HEX #067313 Green

📋 copy color: '#067313'

red 6 ◦ green 115 ◦ blue 19

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

Shades of Green #067313

Tints of Green #067313

RGB

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

 GREEN value IS 115 (45.31% from 255) = 82.14%

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

R = 4.29%
G = 82.14%
B = 13.57%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#067313 (or 0x067313) is known color: Green. HEX triplet: 06, 73 and 13. RGB value is (6,115,19). Sum of RGB (Red+Green+Blue) = 6+115+19=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 115 (45.31% from 255 or 82.14% from 140); Blue value is 19 (7.81% from 255 or 13.57% from 140); Max value from RGB is 115 - color contains mainly: green. Hex color #067313 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #067313 is #F98CEC. Grayscale: #474747. Windows color (decimal): -16354541 or 1274630. OLE color: 1274630.

HSL color Cylindrical-coordinate representation of color #067313: hue angle of 127.16º 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 #067313 is Cyan = 0.95, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB 6 115 19 -
CMYK 0.95 0 0.83 0.55
HSL 127.16º 0.9% 0.24% -
HSV(B) 127.16º 0.95% 0.45% -
XYZ 6.32 12.35 2.67 -
YUV 71.47 98.39 81.31 -
System Red Green Blue C M Y K H S L
Decimal 6 115 19 0.95 0 0.83 0.55 127.16 0.9 0.24
Hex 6 73 13 5F 0 53 37 7F 5A 18
Octal 6 163 23 137 0 123 67 177 132 30
Binary 110 1110011 10011 1011111 0 1010011 110111 1111111 1011010 11000

Color Harmonies of #067313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067313

Black with #067313

Text Example


Text Example

White with #067313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067313; }

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

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

background-color css

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

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

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

border-color css

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

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

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