Html Css Color HEX #096840 Jewel

📋 copy color: '#096840'

red 9 ◦ green 104 ◦ blue 64

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

Shades of Jewel #096840

Tints of Jewel #096840

RGB

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

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

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

R = 5.08%
G = 58.76%
B = 36.16%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#096840 (or 0x096840) is known color: Jewel. HEX triplet: 09, 68 and 40. RGB value is (9,104,64). Sum of RGB (Red+Green+Blue) = 9+104+64=177 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.08% from 177); Green value is 104 (41.02% from 255 or 58.76% from 177); Blue value is 64 (25.39% from 255 or 36.16% from 177); Max value from RGB is 104 - color contains mainly: green. Hex color #096840 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096840 is #F697BF. Grayscale: #474747. Windows color (decimal): -16160704 or 4220937. OLE color: 4220937.

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

Color convert

RGB 9 104 64 -
CMYK 0.91 0 0.38 0.59
HSL 154.74º 0.84% 0.22% -
HSV(B) 154.74º 0.91% 0.41% -
XYZ 5.99 10.33 6.53 -
YUV 71.04 124.03 83.75 -
System Red Green Blue C M Y K H S L
Decimal 9 104 64 0.91 0 0.38 0.59 154.74 0.84 0.22
Hex 9 68 40 5B 0 26 3B 9B 54 16
Octal 11 150 100 133 0 46 73 233 124 26
Binary 1001 1101000 1000000 1011011 0 100110 111011 10011011 1010100 10110

Color Harmonies of #096840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096840

Black with #096840

Text Example


Text Example

White with #096840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096840; }

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

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

background-color css

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

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

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

border-color css

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

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

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