Html Css Color HEX #09681A Crusoe

📋 copy color: '#09681A'

red 9 ◦ green 104 ◦ blue 26

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

Shades of Crusoe #09681A

Tints of Crusoe #09681A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 18.71%

R = 6.47%
G = 74.82%
B = 18.71%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.75

 K value IS 0.59

RGB Variations

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

Color information

#09681A (or 0x09681A) is known color: Crusoe. HEX triplet: 09, 68 and 1A. RGB value is (9,104,26). Sum of RGB (Red+Green+Blue) = 9+104+26=139 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.47% from 139); Green value is 104 (41.02% from 255 or 74.82% from 139); Blue value is 26 (10.55% from 255 or 18.71% from 139); Max value from RGB is 104 - color contains mainly: green. Hex color #09681A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09681A is #F697E5. Grayscale: #424242. Windows color (decimal): -16160742 or 1730569. OLE color: 1730569.

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

Color convert

RGB 9 104 26 -
CMYK 0.91 0 0.75 0.59
HSL 130.74º 0.84% 0.22% -
HSV(B) 130.74º 0.91% 0.41% -
XYZ 5.25 10.03 2.64 -
YUV 66.7 105.03 86.84 -
System Red Green Blue C M Y K H S L
Decimal 9 104 26 0.91 0 0.75 0.59 130.74 0.84 0.22
Hex 9 68 1A 5B 0 4B 3B 83 54 16
Octal 11 150 32 133 0 113 73 203 124 26
Binary 1001 1101000 11010 1011011 0 1001011 111011 10000011 1010100 10110

Color Harmonies of #09681A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09681A

Black with #09681A

Text Example


Text Example

White with #09681A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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