Html Css Color HEX #064B17 Deep Fir

📋 copy color: '#064B17'

red 6 ◦ green 75 ◦ blue 23

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

Shades of Deep Fir #064B17

Tints of Deep Fir #064B17

RGB

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

 GREEN value IS 75 (29.69% from 255) = 72.12%

 BLUE value IS 23 (9.38% from 255) = 22.12%

R = 5.77%
G = 72.12%
B = 22.12%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.69

 K value IS 0.71

RGB Variations

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

Color information

#064B17 (or 0x064B17) is known color: Deep Fir. HEX triplet: 06, 4B and 17. RGB value is (6,75,23). Sum of RGB (Red+Green+Blue) = 6+75+23=104 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.77% from 104); Green value is 75 (29.69% from 255 or 72.12% from 104); Blue value is 23 (9.38% from 255 or 22.12% from 104); Max value from RGB is 75 - color contains mainly: green. Hex color #064B17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064B17 is #F9B4E8. Grayscale: #303030. Windows color (decimal): -16364777 or 1526534. OLE color: 1526534.

HSL color Cylindrical-coordinate representation of color #064B17: hue angle of 134.78º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064B17 is Cyan = 0.92, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.71.

Color convert

RGB 6 75 23 -
CMYK 0.92 0 0.69 0.71
HSL 134.78º 0.85% 0.16% -
HSV(B) 134.78º 0.92% 0.29% -
XYZ 2.75 5.13 1.66 -
YUV 48.44 113.64 97.73 -
System Red Green Blue C M Y K H S L
Decimal 6 75 23 0.92 0 0.69 0.71 134.78 0.85 0.16
Hex 6 4B 17 5C 0 45 47 87 55 10
Octal 6 113 27 134 0 105 107 207 125 20
Binary 110 1001011 10111 1011100 0 1000101 1000111 10000111 1010101 10000

Color Harmonies of #064B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064B17

Black with #064B17

Text Example


Text Example

White with #064B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064B17; }

 p { color: rgb(6,75,23); }

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

background-color css

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

 a { background-color: rgb(6,75,23); }

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

border-color css

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

 span { border-color: rgb(6,75,23); }

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