Html Css Color HEX #065214 Crusoe

📋 copy color: '#065214'

red 6 ◦ green 82 ◦ blue 20

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

Shades of Crusoe #065214

Tints of Crusoe #065214

RGB

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

 GREEN value IS 82 (32.42% from 255) = 75.93%

 BLUE value IS 20 (8.2% from 255) = 18.52%

R = 5.56%
G = 75.93%
B = 18.52%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.76

 K value IS 0.68

RGB Variations

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

Color information

#065214 (or 0x065214) is known color: Crusoe. HEX triplet: 06, 52 and 14. RGB value is (6,82,20). Sum of RGB (Red+Green+Blue) = 6+82+20=108 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.56% from 108); Green value is 82 (32.42% from 255 or 75.93% from 108); Blue value is 20 (8.20% from 255 or 18.52% from 108); Max value from RGB is 82 - color contains mainly: green. Hex color #065214 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065214 is #F9ADEB. Grayscale: #343434. Windows color (decimal): -16362988 or 1331718. OLE color: 1331718.

HSL color Cylindrical-coordinate representation of color #065214: hue angle of 131.05º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065214 is Cyan = 0.93, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.68.

Color convert

RGB 6 82 20 -
CMYK 0.93 0 0.76 0.68
HSL 131.05º 0.86% 0.17% -
HSV(B) 131.05º 0.93% 0.32% -
XYZ 3.22 6.12 1.67 -
YUV 52.21 109.82 95.04 -
System Red Green Blue C M Y K H S L
Decimal 6 82 20 0.93 0 0.76 0.68 131.05 0.86 0.17
Hex 6 52 14 5D 0 4C 44 83 56 11
Octal 6 122 24 135 0 114 104 203 126 21
Binary 110 1010010 10100 1011101 0 1001100 1000100 10000011 1010110 10001

Color Harmonies of #065214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065214

Black with #065214

Text Example


Text Example

White with #065214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065214; }

 p { color: rgb(6,82,20); }

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

background-color css

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

 a { background-color: rgb(6,82,20); }

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

border-color css

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

 span { border-color: rgb(6,82,20); }

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