Html Css Color HEX #065A11 Crusoe

📋 copy color: '#065A11'

red 6 ◦ green 90 ◦ blue 17

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

Shades of Crusoe #065A11

Tints of Crusoe #065A11

RGB

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

 GREEN value IS 90 (35.55% from 255) = 79.65%

 BLUE value IS 17 (7.03% from 255) = 15.04%

R = 5.31%
G = 79.65%
B = 15.04%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#065A11 (or 0x065A11) is known color: Crusoe. HEX triplet: 06, 5A and 11. RGB value is (6,90,17). Sum of RGB (Red+Green+Blue) = 6+90+17=113 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.31% from 113); Green value is 90 (35.55% from 255 or 79.65% from 113); Blue value is 17 (7.03% from 255 or 15.04% from 113); Max value from RGB is 90 - color contains mainly: green. Hex color #065A11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065A11 is #F9A5EE. Grayscale: #383838. Windows color (decimal): -16360943 or 1137158. OLE color: 1137158.

HSL color Cylindrical-coordinate representation of color #065A11: hue angle of 127.86º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065A11 is Cyan = 0.93, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB 6 90 17 -
CMYK 0.93 0 0.81 0.65
HSL 127.86º 0.88% 0.19% -
HSV(B) 127.86º 0.93% 0.35% -
XYZ 3.83 7.39 1.76 -
YUV 56.56 105.67 91.94 -
System Red Green Blue C M Y K H S L
Decimal 6 90 17 0.93 0 0.81 0.65 127.86 0.88 0.19
Hex 6 5A 11 5D 0 51 41 80 58 13
Octal 6 132 21 135 0 121 101 200 130 23
Binary 110 1011010 10001 1011101 0 1010001 1000001 10000000 1011000 10011

Color Harmonies of #065A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065A11

Black with #065A11

Text Example


Text Example

White with #065A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065A11; }

 p { color: rgb(6,90,17); }

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

background-color css

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

 a { background-color: rgb(6,90,17); }

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

border-color css

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

 span { border-color: rgb(6,90,17); }

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