Html Css Color HEX #096045 Jewel

📋 copy color: '#096045'

red 9 ◦ green 96 ◦ blue 69

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

Shades of Jewel #096045

Tints of Jewel #096045

RGB

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

 GREEN value IS 96 (37.89% from 255) = 55.17%

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

R = 5.17%
G = 55.17%
B = 39.66%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#096045 (or 0x096045) is known color: Jewel. HEX triplet: 09, 60 and 45. RGB value is (9,96,69). Sum of RGB (Red+Green+Blue) = 9+96+69=174 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.17% from 174); Green value is 96 (37.89% from 255 or 55.17% from 174); Blue value is 69 (27.34% from 255 or 39.66% from 174); Max value from RGB is 96 - color contains mainly: green. Hex color #096045 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096045 is #F69FBA. Grayscale: #424242. Windows color (decimal): -16162747 or 4546569. OLE color: 4546569.

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

Color convert

RGB 9 96 69 -
CMYK 0.91 0 0.28 0.62
HSL 161.38º 0.83% 0.21% -
HSV(B) 161.38º 0.91% 0.38% -
XYZ 5.37 8.85 7.06 -
YUV 66.91 129.18 86.7 -
System Red Green Blue C M Y K H S L
Decimal 9 96 69 0.91 0 0.28 0.62 161.38 0.83 0.21
Hex 9 60 45 5B 0 1C 3E A1 53 15
Octal 11 140 105 133 0 34 76 241 123 25
Binary 1001 1100000 1000101 1011011 0 11100 111110 10100001 1010011 10101

Color Harmonies of #096045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096045

Black with #096045

Text Example


Text Example

White with #096045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096045; }

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

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

background-color css

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

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

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

border-color css

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

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

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