Html Css Color HEX #065016 Deep Fir

📋 copy color: '#065016'

red 6 ◦ green 80 ◦ blue 22

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

Shades of Deep Fir #065016

Tints of Deep Fir #065016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 20.37%

R = 5.56%
G = 74.07%
B = 20.37%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.72

 K value IS 0.69

RGB Variations

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

Color information

#065016 (or 0x065016) is known color: Deep Fir. HEX triplet: 06, 50 and 16. RGB value is (6,80,22). Sum of RGB (Red+Green+Blue) = 6+80+22=108 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.56% from 108); Green value is 80 (31.64% from 255 or 74.07% from 108); Blue value is 22 (8.98% from 255 or 20.37% from 108); Max value from RGB is 80 - color contains mainly: green. Hex color #065016 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065016 is #F9AFE9. Grayscale: #333333. Windows color (decimal): -16363498 or 1462278. OLE color: 1462278.

HSL color Cylindrical-coordinate representation of color #065016: hue angle of 132.97º 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 #065016 is Cyan = 0.92, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB 6 80 22 -
CMYK 0.92 0 0.72 0.69
HSL 132.97º 0.86% 0.17% -
HSV(B) 132.97º 0.93% 0.31% -
XYZ 3.09 5.83 1.72 -
YUV 51.26 111.48 95.72 -
System Red Green Blue C M Y K H S L
Decimal 6 80 22 0.92 0 0.72 0.69 132.97 0.86 0.17
Hex 6 50 16 5C 0 48 45 85 56 11
Octal 6 120 26 134 0 110 105 205 126 21
Binary 110 1010000 10110 1011100 0 1001000 1000101 10000101 1010110 10001

Color Harmonies of #065016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065016

Black with #065016

Text Example


Text Example

White with #065016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065016; }

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

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

background-color css

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

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

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

border-color css

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

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

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