Html Css Color HEX #06682D Crusoe

📋 copy color: '#06682D'

red 6 ◦ green 104 ◦ blue 45

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

Shades of Crusoe #06682D

Tints of Crusoe #06682D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 67.1%

 BLUE value IS 45 (17.97% from 255) = 29.03%

R = 3.87%
G = 67.1%
B = 29.03%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.57

 K value IS 0.59

RGB Variations

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

Color information

#06682D (or 0x06682D) is known color: Crusoe. HEX triplet: 06, 68 and 2D. RGB value is (6,104,45). Sum of RGB (Red+Green+Blue) = 6+104+45=155 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.87% from 155); Green value is 104 (41.02% from 255 or 67.10% from 155); Blue value is 45 (17.97% from 255 or 29.03% from 155); Max value from RGB is 104 - color contains mainly: green. Hex color #06682D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06682D is #F997D2. Grayscale: #444444. Windows color (decimal): -16357331 or 2975750. OLE color: 2975750.

HSL color Cylindrical-coordinate representation of color #06682D: hue angle of 143.88º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06682D is Cyan = 0.94, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.59.

Color convert

RGB 6 104 45 -
CMYK 0.94 0 0.57 0.59
HSL 143.88º 0.89% 0.22% -
HSV(B) 143.88º 0.94% 0.41% -
XYZ 5.5 10.13 4.15 -
YUV 67.97 115.03 83.8 -
System Red Green Blue C M Y K H S L
Decimal 6 104 45 0.94 0 0.57 0.59 143.88 0.89 0.22
Hex 6 68 2D 5E 0 39 3B 90 59 16
Octal 6 150 55 136 0 71 73 220 131 26
Binary 110 1101000 101101 1011110 0 111001 111011 10010000 1011001 10110

Color Harmonies of #06682D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06682D

Black with #06682D

Text Example


Text Example

White with #06682D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06682D; }

 p { color: rgb(6,104,45); }

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

background-color css

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

 a { background-color: rgb(6,104,45); }

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

border-color css

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

 span { border-color: rgb(6,104,45); }

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