Html Css Color HEX #097141 Jewel

📋 copy color: '#097141'

red 9 ◦ green 113 ◦ blue 65

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

Shades of Jewel #097141

Tints of Jewel #097141

RGB

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

 GREEN value IS 113 (44.53% from 255) = 60.43%

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

R = 4.81%
G = 60.43%
B = 34.76%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#097141 (or 0x097141) is known color: Jewel. HEX triplet: 09, 71 and 41. RGB value is (9,113,65). Sum of RGB (Red+Green+Blue) = 9+113+65=187 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.81% from 187); Green value is 113 (44.53% from 255 or 60.43% from 187); Blue value is 65 (25.78% from 255 or 34.76% from 187); Max value from RGB is 113 - color contains mainly: green. Hex color #097141 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097141 is #F68EBE. Grayscale: #4C4C4C. Windows color (decimal): -16158399 or 4288777. OLE color: 4288777.

HSL color Cylindrical-coordinate representation of color #097141: hue angle of 152.31º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #097141 is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB 9 113 65 -
CMYK 0.92 0 0.42 0.56
HSL 152.31º 0.85% 0.24% -
HSV(B) 152.31º 0.92% 0.44% -
XYZ 6.97 12.25 7 -
YUV 76.43 121.54 79.9 -
System Red Green Blue C M Y K H S L
Decimal 9 113 65 0.92 0 0.42 0.56 152.31 0.85 0.24
Hex 9 71 41 5C 0 2A 38 98 55 18
Octal 11 161 101 134 0 52 70 230 125 30
Binary 1001 1110001 1000001 1011100 0 101010 111000 10011000 1010101 11000

Color Harmonies of #097141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097141

Black with #097141

Text Example


Text Example

White with #097141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097141; }

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

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

background-color css

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

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

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

border-color css

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

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

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