Html Css Color HEX #065A1A Crusoe

📋 copy color: '#065A1A'

red 6 ◦ green 90 ◦ blue 26

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

Shades of Crusoe #065A1A

Tints of Crusoe #065A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 21.31%

R = 4.92%
G = 73.77%
B = 21.31%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.71

 K value IS 0.65

RGB Variations

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

Color information

#065A1A (or 0x065A1A) is known color: Crusoe. HEX triplet: 06, 5A and 1A. RGB value is (6,90,26). Sum of RGB (Red+Green+Blue) = 6+90+26=122 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.92% from 122); Green value is 90 (35.55% from 255 or 73.77% from 122); Blue value is 26 (10.55% from 255 or 21.31% from 122); Max value from RGB is 90 - color contains mainly: green. Hex color #065A1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065A1A is #F9A5E5. Grayscale: #393939. Windows color (decimal): -16360934 or 1726982. OLE color: 1726982.

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

Color convert

RGB 6 90 26 -
CMYK 0.93 0 0.71 0.65
HSL 134.29º 0.88% 0.19% -
HSV(B) 134.29º 0.93% 0.35% -
XYZ 3.92 7.43 2.2 -
YUV 57.59 110.17 91.2 -
System Red Green Blue C M Y K H S L
Decimal 6 90 26 0.93 0 0.71 0.65 134.29 0.88 0.19
Hex 6 5A 1A 5D 0 47 41 86 58 13
Octal 6 132 32 135 0 107 101 206 130 23
Binary 110 1011010 11010 1011101 0 1000111 1000001 10000110 1011000 10011

Color Harmonies of #065A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065A1A

Black with #065A1A

Text Example


Text Example

White with #065A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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