Html Css Color HEX #096245 Jewel

📋 copy color: '#096245'

red 9 ◦ green 98 ◦ blue 69

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

Shades of Jewel #096245

Tints of Jewel #096245

RGB

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

 GREEN value IS 98 (38.67% from 255) = 55.68%

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

R = 5.11%
G = 55.68%
B = 39.2%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#096245 (or 0x096245) is known color: Jewel. HEX triplet: 09, 62 and 45. RGB value is (9,98,69). Sum of RGB (Red+Green+Blue) = 9+98+69=176 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.11% from 176); Green value is 98 (38.67% from 255 or 55.68% from 176); Blue value is 69 (27.34% from 255 or 39.20% from 176); Max value from RGB is 98 - color contains mainly: green. Hex color #096245 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096245 is #F69DBA. Grayscale: #444444. Windows color (decimal): -16162235 or 4547081. OLE color: 4547081.

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

Color convert

RGB 9 98 69 -
CMYK 0.91 0 0.30 0.62
HSL 160.45º 0.83% 0.21% -
HSV(B) 160.45º 0.91% 0.38% -
XYZ 5.55 9.22 7.12 -
YUV 68.08 128.51 85.86 -
System Red Green Blue C M Y K H S L
Decimal 9 98 69 0.91 0 0.30 0.62 160.45 0.83 0.21
Hex 9 62 45 5B 0 1E 3E A0 53 15
Octal 11 142 105 133 0 36 76 240 123 25
Binary 1001 1100010 1000101 1011011 0 11110 111110 10100000 1010011 10101

Color Harmonies of #096245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096245

Black with #096245

Text Example


Text Example

White with #096245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096245; }

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

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

background-color css

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

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

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

border-color css

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

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

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