Html Css Color HEX #096145 Jewel

📋 copy color: '#096145'

red 9 ◦ green 97 ◦ blue 69

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

Shades of Jewel #096145

Tints of Jewel #096145

RGB

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

 GREEN value IS 97 (38.28% from 255) = 55.43%

 BLUE value IS 69 (27.34% from 255) = 39.43%

R = 5.14%
G = 55.43%
B = 39.43%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#096145 (or 0x096145) is known color: Jewel. HEX triplet: 09, 61 and 45. RGB value is (9,97,69). Sum of RGB (Red+Green+Blue) = 9+97+69=175 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.14% from 175); Green value is 97 (38.28% from 255 or 55.43% from 175); Blue value is 69 (27.34% from 255 or 39.43% from 175); Max value from RGB is 97 - color contains mainly: green. Hex color #096145 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096145 is #F69EBA. Grayscale: #434343. Windows color (decimal): -16162491 or 4546825. OLE color: 4546825.

HSL color Cylindrical-coordinate representation of color #096145: hue angle of 160.91º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096145 is Cyan = 0.91, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB 9 97 69 -
CMYK 0.91 0 0.29 0.62
HSL 160.91º 0.83% 0.21% -
HSV(B) 160.91º 0.91% 0.38% -
XYZ 5.46 9.04 7.09 -
YUV 67.5 128.85 86.28 -
System Red Green Blue C M Y K H S L
Decimal 9 97 69 0.91 0 0.29 0.62 160.91 0.83 0.21
Hex 9 61 45 5B 0 1D 3E A1 53 15
Octal 11 141 105 133 0 35 76 241 123 25
Binary 1001 1100001 1000101 1011011 0 11101 111110 10100001 1010011 10101

Color Harmonies of #096145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096145

Black with #096145

Text Example


Text Example

White with #096145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096145; }

 p { color: rgb(9,97,69); }

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

background-color css

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

 a { background-color: rgb(9,97,69); }

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

border-color css

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

 span { border-color: rgb(9,97,69); }

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