Html Css Color HEX #067514 Green

📋 copy color: '#067514'

red 6 ◦ green 117 ◦ blue 20

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

Shades of Green #067514

Tints of Green #067514

RGB

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

 GREEN value IS 117 (46.09% from 255) = 81.82%

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

R = 4.2%
G = 81.82%
B = 13.99%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#067514 (or 0x067514) is known color: Green. HEX triplet: 06, 75 and 14. RGB value is (6,117,20). Sum of RGB (Red+Green+Blue) = 6+117+20=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 117 (46.09% from 255 or 81.82% from 143); Blue value is 20 (8.20% from 255 or 13.99% from 143); Max value from RGB is 117 - color contains mainly: green. Hex color #067514 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #067514 is #F98AEB. Grayscale: #494949. Windows color (decimal): -16354028 or 1340678. OLE color: 1340678.

HSL color Cylindrical-coordinate representation of color #067514: hue angle of 127.57º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067514 is Cyan = 0.95, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB 6 117 20 -
CMYK 0.95 0 0.83 0.54
HSL 127.57º 0.9% 0.24% -
HSV(B) 127.57º 0.95% 0.46% -
XYZ 6.56 12.81 2.79 -
YUV 72.75 98.23 80.39 -
System Red Green Blue C M Y K H S L
Decimal 6 117 20 0.95 0 0.83 0.54 127.57 0.9 0.24
Hex 6 75 14 5F 0 53 36 80 5A 18
Octal 6 165 24 137 0 123 66 200 132 30
Binary 110 1110101 10100 1011111 0 1010011 110110 10000000 1011010 11000

Color Harmonies of #067514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067514

Black with #067514

Text Example


Text Example

White with #067514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067514; }

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

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

background-color css

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

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

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

border-color css

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

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

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