Html Css Color HEX #065714 Crusoe

📋 copy color: '#065714'

red 6 ◦ green 87 ◦ blue 20

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

Shades of Crusoe #065714

Tints of Crusoe #065714

RGB

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

 GREEN value IS 87 (34.38% from 255) = 76.99%

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

R = 5.31%
G = 76.99%
B = 17.7%

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

#065714 (or 0x065714) is known color: Crusoe. HEX triplet: 06, 57 and 14. RGB value is (6,87,20). Sum of RGB (Red+Green+Blue) = 6+87+20=113 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.31% from 113); Green value is 87 (34.38% from 255 or 76.99% from 113); Blue value is 20 (8.20% from 255 or 17.70% from 113); Max value from RGB is 87 - color contains mainly: green. Hex color #065714 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065714 is #F9A8EB. Grayscale: #373737. Windows color (decimal): -16361708 or 1332998. OLE color: 1332998.

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

Color convert

RGB 6 87 20 -
CMYK 0.93 0 0.77 0.66
HSL 130.37º 0.87% 0.18% -
HSV(B) 130.37º 0.93% 0.34% -
XYZ 3.61 6.91 1.8 -
YUV 55.14 108.16 92.95 -
System Red Green Blue C M Y K H S L
Decimal 6 87 20 0.93 0 0.77 0.66 130.37 0.87 0.18
Hex 6 57 14 5D 0 4D 42 82 57 12
Octal 6 127 24 135 0 115 102 202 127 22
Binary 110 1010111 10100 1011101 0 1001101 1000010 10000010 1010111 10010

Color Harmonies of #065714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065714

Black with #065714

Text Example


Text Example

White with #065714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065714; }

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

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

background-color css

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

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

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

border-color css

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

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

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