Html Css Color HEX #09682A Crusoe

📋 copy color: '#09682A'

red 9 ◦ green 104 ◦ blue 42

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

Shades of Crusoe #09682A

Tints of Crusoe #09682A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 27.1%

R = 5.81%
G = 67.1%
B = 27.1%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.60

 K value IS 0.59

RGB Variations

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

Color information

#09682A (or 0x09682A) is known color: Crusoe. HEX triplet: 09, 68 and 2A. RGB value is (9,104,42). Sum of RGB (Red+Green+Blue) = 9+104+42=155 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.81% from 155); Green value is 104 (41.02% from 255 or 67.10% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 104 - color contains mainly: green. Hex color #09682A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09682A is #F697D5. Grayscale: #444444. Windows color (decimal): -16160726 or 2779145. OLE color: 2779145.

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

Color convert

RGB 9 104 42 -
CMYK 0.91 0 0.60 0.59
HSL 140.84º 0.84% 0.22% -
HSV(B) 140.84º 0.91% 0.41% -
XYZ 5.48 10.13 3.86 -
YUV 68.53 113.03 85.54 -
System Red Green Blue C M Y K H S L
Decimal 9 104 42 0.91 0 0.60 0.59 140.84 0.84 0.22
Hex 9 68 2A 5B 0 3C 3B 8D 54 16
Octal 11 150 52 133 0 74 73 215 124 26
Binary 1001 1101000 101010 1011011 0 111100 111011 10001101 1010100 10110

Color Harmonies of #09682A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09682A

Black with #09682A

Text Example


Text Example

White with #09682A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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