Html Css Color HEX #065614 Crusoe

📋 copy color: '#065614'

red 6 ◦ green 86 ◦ blue 20

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

Shades of Crusoe #065614

Tints of Crusoe #065614

RGB

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

 GREEN value IS 86 (33.98% from 255) = 76.79%

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

R = 5.36%
G = 76.79%
B = 17.86%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#065614 (or 0x065614) is known color: Crusoe. HEX triplet: 06, 56 and 14. RGB value is (6,86,20). Sum of RGB (Red+Green+Blue) = 6+86+20=112 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.36% from 112); Green value is 86 (33.98% from 255 or 76.79% from 112); Blue value is 20 (8.20% from 255 or 17.86% from 112); Max value from RGB is 86 - color contains mainly: green. Hex color #065614 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065614 is #F9A9EB. Grayscale: #363636. Windows color (decimal): -16361964 or 1332742. OLE color: 1332742.

HSL color Cylindrical-coordinate representation of color #065614: hue angle of 130.5º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065614 is Cyan = 0.93, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB 6 86 20 -
CMYK 0.93 0 0.77 0.66
HSL 130.5º 0.87% 0.18% -
HSV(B) 130.5º 0.93% 0.34% -
XYZ 3.53 6.74 1.78 -
YUV 54.56 108.5 93.37 -
System Red Green Blue C M Y K H S L
Decimal 6 86 20 0.93 0 0.77 0.66 130.5 0.87 0.18
Hex 6 56 14 5D 0 4D 42 82 57 12
Octal 6 126 24 135 0 115 102 202 127 22
Binary 110 1010110 10100 1011101 0 1001101 1000010 10000010 1010111 10010

Color Harmonies of #065614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065614

Black with #065614

Text Example


Text Example

White with #065614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065614; }

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

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

background-color css

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

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

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

border-color css

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

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

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