Html Css Color HEX #09682D Crusoe

📋 copy color: '#09682D'

red 9 ◦ green 104 ◦ blue 45

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

Shades of Crusoe #09682D

Tints of Crusoe #09682D

RGB

 RED value IS 9 (3.91% from 255) = 5.7%

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

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

R = 5.7%
G = 65.82%
B = 28.48%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.57

 K value IS 0.59

RGB Variations

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

Color information

#09682D (or 0x09682D) is known color: Crusoe. HEX triplet: 09, 68 and 2D. RGB value is (9,104,45). Sum of RGB (Red+Green+Blue) = 9+104+45=158 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.70% from 158); Green value is 104 (41.02% from 255 or 65.82% from 158); Blue value is 45 (17.97% from 255 or 28.48% from 158); Max value from RGB is 104 - color contains mainly: green. Hex color #09682D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09682D is #F697D2. Grayscale: #454545. Windows color (decimal): -16160723 or 2975753. OLE color: 2975753.

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

Color convert

RGB 9 104 45 -
CMYK 0.91 0 0.57 0.59
HSL 142.74º 0.84% 0.22% -
HSV(B) 142.74º 0.91% 0.41% -
XYZ 5.54 10.15 4.15 -
YUV 68.87 114.53 85.3 -
System Red Green Blue C M Y K H S L
Decimal 9 104 45 0.91 0 0.57 0.59 142.74 0.84 0.22
Hex 9 68 2D 5B 0 39 3B 8F 54 16
Octal 11 150 55 133 0 71 73 217 124 26
Binary 1001 1101000 101101 1011011 0 111001 111011 10001111 1010100 10110

Color Harmonies of #09682D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09682D

Black with #09682D

Text Example


Text Example

White with #09682D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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