Html Css Color HEX #065612 Crusoe

📋 copy color: '#065612'

red 6 ◦ green 86 ◦ blue 18

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

Shades of Crusoe #065612

Tints of Crusoe #065612

RGB

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

 GREEN value IS 86 (33.98% from 255) = 78.18%

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

R = 5.45%
G = 78.18%
B = 16.36%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#065612 (or 0x065612) is known color: Crusoe. HEX triplet: 06, 56 and 12. RGB value is (6,86,18). Sum of RGB (Red+Green+Blue) = 6+86+18=110 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.45% from 110); Green value is 86 (33.98% from 255 or 78.18% from 110); Blue value is 18 (7.42% from 255 or 16.36% from 110); Max value from RGB is 86 - color contains mainly: green. Hex color #065612 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065612 is #F9A9ED. Grayscale: #363636. Windows color (decimal): -16361966 or 1201670. OLE color: 1201670.

HSL color Cylindrical-coordinate representation of color #065612: hue angle of 129º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065612 is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB 6 86 18 -
CMYK 0.93 0 0.79 0.66
HSL 129º 0.87% 0.18% -
HSV(B) 129º 0.93% 0.34% -
XYZ 3.51 6.74 1.69 -
YUV 54.33 107.5 93.53 -
System Red Green Blue C M Y K H S L
Decimal 6 86 18 0.93 0 0.79 0.66 129 0.87 0.18
Hex 6 56 12 5D 0 4F 42 81 57 12
Octal 6 126 22 135 0 117 102 201 127 22
Binary 110 1010110 10010 1011101 0 1001111 1000010 10000001 1010111 10010

Color Harmonies of #065612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065612

Black with #065612

Text Example


Text Example

White with #065612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065612; }

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

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

background-color css

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

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

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

border-color css

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

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

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