Html Css Color HEX #09662A Crusoe

📋 copy color: '#09662A'

red 9 ◦ green 102 ◦ blue 42

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

Shades of Crusoe #09662A

Tints of Crusoe #09662A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 66.67%

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

R = 5.88%
G = 66.67%
B = 27.45%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.59

 K value IS 0.6

RGB Variations

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

Color information

#09662A (or 0x09662A) is known color: Crusoe. HEX triplet: 09, 66 and 2A. RGB value is (9,102,42). Sum of RGB (Red+Green+Blue) = 9+102+42=153 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.88% from 153); Green value is 102 (40.23% from 255 or 66.67% from 153); Blue value is 42 (16.80% from 255 or 27.45% from 153); Max value from RGB is 102 - color contains mainly: green. Hex color #09662A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09662A is #F699D5. Grayscale: #434343. Windows color (decimal): -16161238 or 2778633. OLE color: 2778633.

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

Color convert

RGB 9 102 42 -
CMYK 0.91 0 0.59 0.6
HSL 141.29º 0.84% 0.22% -
HSV(B) 141.29º 0.91% 0.4% -
XYZ 5.28 9.73 3.79 -
YUV 67.35 113.69 86.38 -
System Red Green Blue C M Y K H S L
Decimal 9 102 42 0.91 0 0.59 0.6 141.29 0.84 0.22
Hex 9 66 2A 5B 0 3B 3C 8D 54 16
Octal 11 146 52 133 0 73 74 215 124 26
Binary 1001 1100110 101010 1011011 0 111011 111100 10001101 1010100 10110

Color Harmonies of #09662A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09662A

Black with #09662A

Text Example


Text Example

White with #09662A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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