Html Css Color HEX #065A14 Crusoe

📋 copy color: '#065A14'

red 6 ◦ green 90 ◦ blue 20

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

Shades of Crusoe #065A14

Tints of Crusoe #065A14

RGB

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

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

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

R = 5.17%
G = 77.59%
B = 17.24%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#065A14 (or 0x065A14) is known color: Crusoe. HEX triplet: 06, 5A and 14. RGB value is (6,90,20). Sum of RGB (Red+Green+Blue) = 6+90+20=116 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.17% from 116); Green value is 90 (35.55% from 255 or 77.59% from 116); Blue value is 20 (8.20% from 255 or 17.24% from 116); Max value from RGB is 90 - color contains mainly: green. Hex color #065A14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065A14 is #F9A5EB. Grayscale: #393939. Windows color (decimal): -16360940 or 1333766. OLE color: 1333766.

HSL color Cylindrical-coordinate representation of color #065A14: hue angle of 130º 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 #065A14 is Cyan = 0.93, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB 6 90 20 -
CMYK 0.93 0 0.78 0.65
HSL 130º 0.88% 0.19% -
HSV(B) 130º 0.93% 0.35% -
XYZ 3.86 7.4 1.89 -
YUV 56.9 107.17 91.69 -
System Red Green Blue C M Y K H S L
Decimal 6 90 20 0.93 0 0.78 0.65 130 0.88 0.19
Hex 6 5A 14 5D 0 4E 41 82 58 13
Octal 6 132 24 135 0 116 101 202 130 23
Binary 110 1011010 10100 1011101 0 1001110 1000001 10000010 1011000 10011

Color Harmonies of #065A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065A14

Black with #065A14

Text Example


Text Example

White with #065A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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