Html Css Color HEX #065920 Crusoe

📋 copy color: '#065920'

red 6 ◦ green 89 ◦ blue 32

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

Shades of Crusoe #065920

Tints of Crusoe #065920

RGB

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

 GREEN value IS 89 (35.16% from 255) = 70.08%

 BLUE value IS 32 (12.89% from 255) = 25.2%

R = 4.72%
G = 70.08%
B = 25.2%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#065920 (or 0x065920) is known color: Crusoe. HEX triplet: 06, 59 and 20. RGB value is (6,89,32). Sum of RGB (Red+Green+Blue) = 6+89+32=127 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.72% from 127); Green value is 89 (35.16% from 255 or 70.08% from 127); Blue value is 32 (12.89% from 255 or 25.20% from 127); Max value from RGB is 89 - color contains mainly: green. Hex color #065920 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065920 is #F9A6DF. Grayscale: #393939. Windows color (decimal): -16361184 or 2119942. OLE color: 2119942.

HSL color Cylindrical-coordinate representation of color #065920: hue angle of 138.8º degrees, saturation: 0.87, 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 #065920 is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB 6 89 32 -
CMYK 0.93 0 0.64 0.65
HSL 138.8º 0.87% 0.19% -
HSV(B) 138.8º 0.93% 0.35% -
XYZ 3.91 7.29 2.57 -
YUV 57.69 113.5 91.13 -
System Red Green Blue C M Y K H S L
Decimal 6 89 32 0.93 0 0.64 0.65 138.8 0.87 0.19
Hex 6 59 20 5D 0 40 41 8B 57 13
Octal 6 131 40 135 0 100 101 213 127 23
Binary 110 1011001 100000 1011101 0 1000000 1000001 10001011 1010111 10011

Color Harmonies of #065920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065920

Black with #065920

Text Example


Text Example

White with #065920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065920; }

 p { color: rgb(6,89,32); }

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

background-color css

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

 a { background-color: rgb(6,89,32); }

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

border-color css

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

 span { border-color: rgb(6,89,32); }

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