Html Css Color HEX #065014 Deep Fir

📋 copy color: '#065014'

red 6 ◦ green 80 ◦ blue 20

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

Shades of Deep Fir #065014

Tints of Deep Fir #065014

RGB

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

 GREEN value IS 80 (31.64% from 255) = 75.47%

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

R = 5.66%
G = 75.47%
B = 18.87%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.75

 K value IS 0.69

RGB Variations

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

Color information

#065014 (or 0x065014) is known color: Deep Fir. HEX triplet: 06, 50 and 14. RGB value is (6,80,20). Sum of RGB (Red+Green+Blue) = 6+80+20=106 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.66% from 106); Green value is 80 (31.64% from 255 or 75.47% from 106); Blue value is 20 (8.20% from 255 or 18.87% from 106); Max value from RGB is 80 - color contains mainly: green. Hex color #065014 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065014 is #F9AFEB. Grayscale: #333333. Windows color (decimal): -16363500 or 1331206. OLE color: 1331206.

HSL color Cylindrical-coordinate representation of color #065014: hue angle of 131.35º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065014 is Cyan = 0.92, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.69.

Color convert

RGB 6 80 20 -
CMYK 0.92 0 0.75 0.69
HSL 131.35º 0.86% 0.17% -
HSV(B) 131.35º 0.93% 0.31% -
XYZ 3.07 5.83 1.62 -
YUV 51.03 110.48 95.88 -
System Red Green Blue C M Y K H S L
Decimal 6 80 20 0.92 0 0.75 0.69 131.35 0.86 0.17
Hex 6 50 14 5C 0 4B 45 83 56 11
Octal 6 120 24 134 0 113 105 203 126 21
Binary 110 1010000 10100 1011100 0 1001011 1000101 10000011 1010110 10001

Color Harmonies of #065014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065014

Black with #065014

Text Example


Text Example

White with #065014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065014; }

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

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

background-color css

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

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

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

border-color css

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

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

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