Html Css Color HEX #09681B Crusoe

📋 copy color: '#09681B'

red 9 ◦ green 104 ◦ blue 27

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

Shades of Crusoe #09681B

Tints of Crusoe #09681B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 19.29%

R = 6.43%
G = 74.29%
B = 19.29%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.74

 K value IS 0.59

RGB Variations

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

Color information

#09681B (or 0x09681B) is known color: Crusoe. HEX triplet: 09, 68 and 1B. RGB value is (9,104,27). Sum of RGB (Red+Green+Blue) = 9+104+27=140 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.43% from 140); Green value is 104 (41.02% from 255 or 74.29% from 140); Blue value is 27 (10.94% from 255 or 19.29% from 140); Max value from RGB is 104 - color contains mainly: green. Hex color #09681B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09681B is #F697E4. Grayscale: #434343. Windows color (decimal): -16160741 or 1796105. OLE color: 1796105.

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

Color convert

RGB 9 104 27 -
CMYK 0.91 0 0.74 0.59
HSL 131.37º 0.84% 0.22% -
HSV(B) 131.37º 0.91% 0.41% -
XYZ 5.26 10.04 2.7 -
YUV 66.82 105.53 86.76 -
System Red Green Blue C M Y K H S L
Decimal 9 104 27 0.91 0 0.74 0.59 131.37 0.84 0.22
Hex 9 68 1B 5B 0 4A 3B 83 54 16
Octal 11 150 33 133 0 112 73 203 124 26
Binary 1001 1101000 11011 1011011 0 1001010 111011 10000011 1010100 10110

Color Harmonies of #09681B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09681B

Black with #09681B

Text Example


Text Example

White with #09681B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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