Html Css Color HEX #065712 Crusoe

📋 copy color: '#065712'

red 6 ◦ green 87 ◦ blue 18

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

Shades of Crusoe #065712

Tints of Crusoe #065712

RGB

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

 GREEN value IS 87 (34.38% from 255) = 78.38%

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

R = 5.41%
G = 78.38%
B = 16.22%

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

#065712 (or 0x065712) is known color: Crusoe. HEX triplet: 06, 57 and 12. RGB value is (6,87,18). Sum of RGB (Red+Green+Blue) = 6+87+18=111 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.41% from 111); Green value is 87 (34.38% from 255 or 78.38% from 111); Blue value is 18 (7.42% from 255 or 16.22% from 111); Max value from RGB is 87 - color contains mainly: green. Hex color #065712 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065712 is #F9A8ED. Grayscale: #373737. Windows color (decimal): -16361710 or 1201926. OLE color: 1201926.

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

Color convert

RGB 6 87 18 -
CMYK 0.93 0 0.79 0.66
HSL 128.89º 0.87% 0.18% -
HSV(B) 128.89º 0.93% 0.34% -
XYZ 3.59 6.9 1.71 -
YUV 54.92 107.16 93.11 -
System Red Green Blue C M Y K H S L
Decimal 6 87 18 0.93 0 0.79 0.66 128.89 0.87 0.18
Hex 6 57 12 5D 0 4F 42 81 57 12
Octal 6 127 22 135 0 117 102 201 127 22
Binary 110 1010111 10010 1011101 0 1001111 1000010 10000001 1010111 10010

Color Harmonies of #065712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065712

Black with #065712

Text Example


Text Example

White with #065712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065712; }

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

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

background-color css

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

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

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

border-color css

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

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

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