Html Css Color HEX #065812 Crusoe

📋 copy color: '#065812'

red 6 ◦ green 88 ◦ blue 18

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

Shades of Crusoe #065812

Tints of Crusoe #065812

RGB

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

 GREEN value IS 88 (34.77% from 255) = 78.57%

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

R = 5.36%
G = 78.57%
B = 16.07%

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

#065812 (or 0x065812) is known color: Crusoe. HEX triplet: 06, 58 and 12. RGB value is (6,88,18). Sum of RGB (Red+Green+Blue) = 6+88+18=112 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.36% from 112); Green value is 88 (34.77% from 255 or 78.57% from 112); Blue value is 18 (7.42% from 255 or 16.07% from 112); Max value from RGB is 88 - color contains mainly: green. Hex color #065812 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065812 is #F9A7ED. Grayscale: #373737. Windows color (decimal): -16361454 or 1202182. OLE color: 1202182.

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

Color convert

RGB 6 88 18 -
CMYK 0.93 0 0.80 0.65
HSL 128.78º 0.87% 0.18% -
HSV(B) 128.78º 0.93% 0.35% -
XYZ 3.67 7.06 1.74 -
YUV 55.5 106.83 92.69 -
System Red Green Blue C M Y K H S L
Decimal 6 88 18 0.93 0 0.80 0.65 128.78 0.87 0.18
Hex 6 58 12 5D 0 50 41 81 57 12
Octal 6 130 22 135 0 120 101 201 127 22
Binary 110 1011000 10010 1011101 0 1010000 1000001 10000001 1010111 10010

Color Harmonies of #065812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065812

Black with #065812

Text Example


Text Example

White with #065812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065812; }

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

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

background-color css

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

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

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

border-color css

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

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

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