Html Css Color HEX #096640 Jewel

📋 copy color: '#096640'

red 9 ◦ green 102 ◦ blue 64

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

Shades of Jewel #096640

Tints of Jewel #096640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 36.57%

R = 5.14%
G = 58.29%
B = 36.57%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.37

 K value IS 0.6

RGB Variations

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

Color information

#096640 (or 0x096640) is known color: Jewel. HEX triplet: 09, 66 and 40. RGB value is (9,102,64). Sum of RGB (Red+Green+Blue) = 9+102+64=175 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.14% from 175); Green value is 102 (40.23% from 255 or 58.29% from 175); Blue value is 64 (25.39% from 255 or 36.57% from 175); Max value from RGB is 102 - color contains mainly: green. Hex color #096640 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096640 is #F699BF. Grayscale: #454545. Windows color (decimal): -16161216 or 4220425. OLE color: 4220425.

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

Color convert

RGB 9 102 64 -
CMYK 0.91 0 0.37 0.6
HSL 155.48º 0.84% 0.22% -
HSV(B) 155.48º 0.91% 0.4% -
XYZ 5.79 9.93 6.46 -
YUV 69.86 124.69 84.59 -
System Red Green Blue C M Y K H S L
Decimal 9 102 64 0.91 0 0.37 0.6 155.48 0.84 0.22
Hex 9 66 40 5B 0 25 3C 9B 54 16
Octal 11 146 100 133 0 45 74 233 124 26
Binary 1001 1100110 1000000 1011011 0 100101 111100 10011011 1010100 10110

Color Harmonies of #096640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096640

Black with #096640

Text Example


Text Example

White with #096640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096640; }

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

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

background-color css

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

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

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

border-color css

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

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

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