Html Css Color HEX #096844 Jewel

📋 copy color: '#096844'

red 9 ◦ green 104 ◦ blue 68

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

Shades of Jewel #096844

Tints of Jewel #096844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 37.57%

R = 4.97%
G = 57.46%
B = 37.57%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.35

 K value IS 0.59

RGB Variations

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

Color information

#096844 (or 0x096844) is known color: Jewel. HEX triplet: 09, 68 and 44. RGB value is (9,104,68). Sum of RGB (Red+Green+Blue) = 9+104+68=181 (23% of max value = 765). Red value is 9 (3.91% from 255 or 4.97% from 181); Green value is 104 (41.02% from 255 or 57.46% from 181); Blue value is 68 (26.95% from 255 or 37.57% from 181); Max value from RGB is 104 - color contains mainly: green. Hex color #096844 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096844 is #F697BB. Grayscale: #474747. Windows color (decimal): -16160700 or 4483081. OLE color: 4483081.

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

Color convert

RGB 9 104 68 -
CMYK 0.91 0 0.35 0.59
HSL 157.26º 0.84% 0.22% -
HSV(B) 157.26º 0.91% 0.41% -
XYZ 6.11 10.38 7.15 -
YUV 71.49 126.03 83.43 -
System Red Green Blue C M Y K H S L
Decimal 9 104 68 0.91 0 0.35 0.59 157.26 0.84 0.22
Hex 9 68 44 5B 0 23 3B 9D 54 16
Octal 11 150 104 133 0 43 73 235 124 26
Binary 1001 1101000 1000100 1011011 0 100011 111011 10011101 1010100 10110

Color Harmonies of #096844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096844

Black with #096844

Text Example


Text Example

White with #096844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096844; }

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

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

background-color css

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

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

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

border-color css

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

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

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