Html Css Color HEX #067314 Green

📋 copy color: '#067314'

red 6 ◦ green 115 ◦ blue 20

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

Shades of Green #067314

Tints of Green #067314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 14.18%

R = 4.26%
G = 81.56%
B = 14.18%

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

#067314 (or 0x067314) is known color: Green. HEX triplet: 06, 73 and 14. RGB value is (6,115,20). Sum of RGB (Red+Green+Blue) = 6+115+20=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 115 (45.31% from 255 or 81.56% from 141); Blue value is 20 (8.20% from 255 or 14.18% from 141); Max value from RGB is 115 - color contains mainly: green. Hex color #067314 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #067314 is #F98CEB. Grayscale: #474747. Windows color (decimal): -16354540 or 1340166. OLE color: 1340166.

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

Color convert

RGB 6 115 20 -
CMYK 0.95 0 0.83 0.55
HSL 127.71º 0.9% 0.24% -
HSV(B) 127.71º 0.95% 0.45% -
XYZ 6.33 12.35 2.71 -
YUV 71.58 98.89 81.22 -
System Red Green Blue C M Y K H S L
Decimal 6 115 20 0.95 0 0.83 0.55 127.71 0.9 0.24
Hex 6 73 14 5F 0 53 37 80 5A 18
Octal 6 163 24 137 0 123 67 200 132 30
Binary 110 1110011 10100 1011111 0 1010011 110111 10000000 1011010 11000

Color Harmonies of #067314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067314

Black with #067314

Text Example


Text Example

White with #067314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067314; }

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

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

background-color css

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

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

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

border-color css

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

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

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