Html Css Color HEX #065514 Crusoe

📋 copy color: '#065514'

red 6 ◦ green 85 ◦ blue 20

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

Shades of Crusoe #065514

Tints of Crusoe #065514

RGB

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

 GREEN value IS 85 (33.59% from 255) = 76.58%

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

R = 5.41%
G = 76.58%
B = 18.02%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#065514 (or 0x065514) is known color: Crusoe. HEX triplet: 06, 55 and 14. RGB value is (6,85,20). Sum of RGB (Red+Green+Blue) = 6+85+20=111 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.41% from 111); Green value is 85 (33.59% from 255 or 76.58% from 111); Blue value is 20 (8.20% from 255 or 18.02% from 111); Max value from RGB is 85 - color contains mainly: green. Hex color #065514 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065514 is #F9AAEB. Grayscale: #363636. Windows color (decimal): -16362220 or 1332486. OLE color: 1332486.

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

Color convert

RGB 6 85 20 -
CMYK 0.93 0 0.76 0.67
HSL 130.63º 0.87% 0.18% -
HSV(B) 130.63º 0.93% 0.33% -
XYZ 3.45 6.59 1.75 -
YUV 53.97 108.83 93.79 -
System Red Green Blue C M Y K H S L
Decimal 6 85 20 0.93 0 0.76 0.67 130.63 0.87 0.18
Hex 6 55 14 5D 0 4C 43 83 57 12
Octal 6 125 24 135 0 114 103 203 127 22
Binary 110 1010101 10100 1011101 0 1001100 1000011 10000011 1010111 10010

Color Harmonies of #065514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065514

Black with #065514

Text Example


Text Example

White with #065514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065514; }

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

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

background-color css

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

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

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

border-color css

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

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

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