Html Css Color HEX #09681D Crusoe

📋 copy color: '#09681D'

red 9 ◦ green 104 ◦ blue 29

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

Shades of Crusoe #09681D

Tints of Crusoe #09681D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 20.42%

R = 6.34%
G = 73.24%
B = 20.42%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.72

 K value IS 0.59

RGB Variations

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

Color information

#09681D (or 0x09681D) is known color: Crusoe. HEX triplet: 09, 68 and 1D. RGB value is (9,104,29). Sum of RGB (Red+Green+Blue) = 9+104+29=142 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.34% from 142); Green value is 104 (41.02% from 255 or 73.24% from 142); Blue value is 29 (11.72% from 255 or 20.42% from 142); Max value from RGB is 104 - color contains mainly: green. Hex color #09681D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09681D is #F697E2. Grayscale: #434343. Windows color (decimal): -16160739 or 1927177. OLE color: 1927177.

HSL color Cylindrical-coordinate representation of color #09681D: hue angle of 132.63º 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 #09681D is Cyan = 0.91, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.59.

Color convert

RGB 9 104 29 -
CMYK 0.91 0 0.72 0.59
HSL 132.63º 0.84% 0.22% -
HSV(B) 132.63º 0.91% 0.41% -
XYZ 5.28 10.05 2.82 -
YUV 67.05 106.53 86.6 -
System Red Green Blue C M Y K H S L
Decimal 9 104 29 0.91 0 0.72 0.59 132.63 0.84 0.22
Hex 9 68 1D 5B 0 48 3B 85 54 16
Octal 11 150 35 133 0 110 73 205 124 26
Binary 1001 1101000 11101 1011011 0 1001000 111011 10000101 1010100 10110

Color Harmonies of #09681D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09681D

Black with #09681D

Text Example


Text Example

White with #09681D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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