Html Css Color HEX #096141 Jewel

📋 copy color: '#096141'

red 9 ◦ green 97 ◦ blue 65

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

Shades of Jewel #096141

Tints of Jewel #096141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 38.01%

R = 5.26%
G = 56.73%
B = 38.01%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#096141 (or 0x096141) is known color: Jewel. HEX triplet: 09, 61 and 41. RGB value is (9,97,65). Sum of RGB (Red+Green+Blue) = 9+97+65=171 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.26% from 171); Green value is 97 (38.28% from 255 or 56.73% from 171); Blue value is 65 (25.78% from 255 or 38.01% from 171); Max value from RGB is 97 - color contains mainly: green. Hex color #096141 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096141 is #F69EBE. Grayscale: #434343. Windows color (decimal): -16162495 or 4284681. OLE color: 4284681.

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

Color convert

RGB 9 97 65 -
CMYK 0.91 0 0.33 0.62
HSL 158.18º 0.83% 0.21% -
HSV(B) 158.18º 0.91% 0.38% -
XYZ 5.34 8.99 6.45 -
YUV 67.04 126.85 86.6 -
System Red Green Blue C M Y K H S L
Decimal 9 97 65 0.91 0 0.33 0.62 158.18 0.83 0.21
Hex 9 61 41 5B 0 21 3E 9E 53 15
Octal 11 141 101 133 0 41 76 236 123 25
Binary 1001 1100001 1000001 1011011 0 100001 111110 10011110 1010011 10101

Color Harmonies of #096141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096141

Black with #096141

Text Example


Text Example

White with #096141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096141; }

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

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

background-color css

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

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

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

border-color css

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

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

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