Html Css Color HEX #064610 Deep Fir

📋 copy color: '#064610'

red 6 ◦ green 70 ◦ blue 16

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

Shades of Deep Fir #064610

Tints of Deep Fir #064610

RGB

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

 GREEN value IS 70 (27.73% from 255) = 76.09%

 BLUE value IS 16 (6.64% from 255) = 17.39%

R = 6.52%
G = 76.09%
B = 17.39%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.77

 K value IS 0.73

RGB Variations

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

Color information

#064610 (or 0x064610) is known color: Deep Fir. HEX triplet: 06, 46 and 10. RGB value is (6,70,16). Sum of RGB (Red+Green+Blue) = 6+70+16=92 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.52% from 92); Green value is 70 (27.73% from 255 or 76.09% from 92); Blue value is 16 (6.64% from 255 or 17.39% from 92); Max value from RGB is 70 - color contains mainly: green. Hex color #064610 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064610 is #F9B9EF. Grayscale: #2C2C2C. Windows color (decimal): -16366064 or 1066502. OLE color: 1066502.

HSL color Cylindrical-coordinate representation of color #064610: hue angle of 129.38º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064610 is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.73.

Color convert

RGB 6 70 16 -
CMYK 0.91 0 0.77 0.73
HSL 129.38º 0.84% 0.15% -
HSV(B) 129.38º 0.91% 0.27% -
XYZ 2.36 4.46 1.23 -
YUV 44.71 111.8 100.39 -
System Red Green Blue C M Y K H S L
Decimal 6 70 16 0.91 0 0.77 0.73 129.38 0.84 0.15
Hex 6 46 10 5B 0 4D 49 81 54 F
Octal 6 106 20 133 0 115 111 201 124 17
Binary 110 1000110 10000 1011011 0 1001101 1001001 10000001 1010100 1111

Color Harmonies of #064610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064610

Black with #064610

Text Example


Text Example

White with #064610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064610; }

 p { color: rgb(6,70,16); }

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

background-color css

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

 a { background-color: rgb(6,70,16); }

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

border-color css

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

 span { border-color: rgb(6,70,16); }

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