Html Css Color HEX #064618 Deep Fir

📋 copy color: '#064618'

red 6 ◦ green 70 ◦ blue 24

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

Shades of Deep Fir #064618

Tints of Deep Fir #064618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 24%

R = 6%
G = 70%
B = 24%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#064618 (or 0x064618) is known color: Deep Fir. HEX triplet: 06, 46 and 18. RGB value is (6,70,24). Sum of RGB (Red+Green+Blue) = 6+70+24=100 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6% from 100); Green value is 70 (27.73% from 255 or 70% from 100); Blue value is 24 (9.77% from 255 or 24% from 100); Max value from RGB is 70 - color contains mainly: green. Hex color #064618 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064618 is #F9B9E7. Grayscale: #2D2D2D. Windows color (decimal): -16366056 or 1590790. OLE color: 1590790.

HSL color Cylindrical-coordinate representation of color #064618: hue angle of 136.88º 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 #064618 is Cyan = 0.91, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.73.

Color convert

RGB 6 70 24 -
CMYK 0.91 0 0.66 0.73
HSL 136.88º 0.84% 0.15% -
HSV(B) 136.88º 0.91% 0.27% -
XYZ 2.43 4.48 1.6 -
YUV 45.62 115.8 99.74 -
System Red Green Blue C M Y K H S L
Decimal 6 70 24 0.91 0 0.66 0.73 136.88 0.84 0.15
Hex 6 46 18 5B 0 42 49 89 54 F
Octal 6 106 30 133 0 102 111 211 124 17
Binary 110 1000110 11000 1011011 0 1000010 1001001 10001001 1010100 1111

Color Harmonies of #064618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064618

Black with #064618

Text Example


Text Example

White with #064618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064618; }

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

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

background-color css

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

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

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

border-color css

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

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

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