Html Css Color HEX #065912 Crusoe

📋 copy color: '#065912'

red 6 ◦ green 89 ◦ blue 18

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

Shades of Crusoe #065912

Tints of Crusoe #065912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 15.93%

R = 5.31%
G = 78.76%
B = 15.93%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#065912 (or 0x065912) is known color: Crusoe. HEX triplet: 06, 59 and 12. RGB value is (6,89,18). Sum of RGB (Red+Green+Blue) = 6+89+18=113 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.31% from 113); Green value is 89 (35.16% from 255 or 78.76% from 113); Blue value is 18 (7.42% from 255 or 15.93% from 113); Max value from RGB is 89 - color contains mainly: green. Hex color #065912 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065912 is #F9A6ED. Grayscale: #383838. Windows color (decimal): -16361198 or 1202438. OLE color: 1202438.

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

Color convert

RGB 6 89 18 -
CMYK 0.93 0 0.80 0.65
HSL 128.67º 0.87% 0.19% -
HSV(B) 128.67º 0.93% 0.35% -
XYZ 3.76 7.23 1.77 -
YUV 56.09 106.5 92.27 -
System Red Green Blue C M Y K H S L
Decimal 6 89 18 0.93 0 0.80 0.65 128.67 0.87 0.19
Hex 6 59 12 5D 0 50 41 81 57 13
Octal 6 131 22 135 0 120 101 201 127 23
Binary 110 1011001 10010 1011101 0 1010000 1000001 10000001 1010111 10011

Color Harmonies of #065912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065912

Black with #065912

Text Example


Text Example

White with #065912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065912; }

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

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

background-color css

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

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

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

border-color css

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

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

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