Html Css Color HEX #096641 Jewel

📋 copy color: '#096641'

red 9 ◦ green 102 ◦ blue 65

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

Shades of Jewel #096641

Tints of Jewel #096641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 36.93%

R = 5.11%
G = 57.95%
B = 36.93%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.36

 K value IS 0.6

RGB Variations

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

Color information

#096641 (or 0x096641) is known color: Jewel. HEX triplet: 09, 66 and 41. RGB value is (9,102,65). Sum of RGB (Red+Green+Blue) = 9+102+65=176 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.11% from 176); Green value is 102 (40.23% from 255 or 57.95% from 176); Blue value is 65 (25.78% from 255 or 36.93% from 176); Max value from RGB is 102 - color contains mainly: green. Hex color #096641 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096641 is #F699BE. Grayscale: #464646. Windows color (decimal): -16161215 or 4285961. OLE color: 4285961.

HSL color Cylindrical-coordinate representation of color #096641: hue angle of 156.13º 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 #096641 is Cyan = 0.91, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.6.

Color convert

RGB 9 102 65 -
CMYK 0.91 0 0.36 0.6
HSL 156.13º 0.84% 0.22% -
HSV(B) 156.13º 0.91% 0.4% -
XYZ 5.82 9.94 6.61 -
YUV 69.98 125.19 84.51 -
System Red Green Blue C M Y K H S L
Decimal 9 102 65 0.91 0 0.36 0.6 156.13 0.84 0.22
Hex 9 66 41 5B 0 24 3C 9C 54 16
Octal 11 146 101 133 0 44 74 234 124 26
Binary 1001 1100110 1000001 1011011 0 100100 111100 10011100 1010100 10110

Color Harmonies of #096641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096641

Black with #096641

Text Example


Text Example

White with #096641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096641; }

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

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

background-color css

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

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

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

border-color css

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

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

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