Html Css Color HEX #065815 Crusoe

📋 copy color: '#065815'

red 6 ◦ green 88 ◦ blue 21

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

Shades of Crusoe #065815

Tints of Crusoe #065815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 18.26%

R = 5.22%
G = 76.52%
B = 18.26%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.76

 K value IS 0.65

RGB Variations

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

Color information

#065815 (or 0x065815) is known color: Crusoe. HEX triplet: 06, 58 and 15. RGB value is (6,88,21). Sum of RGB (Red+Green+Blue) = 6+88+21=115 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.22% from 115); Green value is 88 (34.77% from 255 or 76.52% from 115); Blue value is 21 (8.59% from 255 or 18.26% from 115); Max value from RGB is 88 - color contains mainly: green. Hex color #065815 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065815 is #F9A7EA. Grayscale: #383838. Windows color (decimal): -16361451 or 1398790. OLE color: 1398790.

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

Color convert

RGB 6 88 21 -
CMYK 0.93 0 0.76 0.65
HSL 130.98º 0.87% 0.18% -
HSV(B) 130.98º 0.93% 0.35% -
XYZ 3.7 7.07 1.88 -
YUV 55.84 108.33 92.45 -
System Red Green Blue C M Y K H S L
Decimal 6 88 21 0.93 0 0.76 0.65 130.98 0.87 0.18
Hex 6 58 15 5D 0 4C 41 83 57 12
Octal 6 130 25 135 0 114 101 203 127 22
Binary 110 1011000 10101 1011101 0 1001100 1000001 10000011 1010111 10010

Color Harmonies of #065815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065815

Black with #065815

Text Example


Text Example

White with #065815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065815; }

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

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

background-color css

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

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

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

border-color css

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

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

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