Html Css Color HEX #096143 Jewel

📋 copy color: '#096143'

red 9 ◦ green 97 ◦ blue 67

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

Shades of Jewel #096143

Tints of Jewel #096143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 38.73%

R = 5.2%
G = 56.07%
B = 38.73%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#096143 (or 0x096143) is known color: Jewel. HEX triplet: 09, 61 and 43. RGB value is (9,97,67). Sum of RGB (Red+Green+Blue) = 9+97+67=173 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.20% from 173); Green value is 97 (38.28% from 255 or 56.07% from 173); Blue value is 67 (26.56% from 255 or 38.73% from 173); Max value from RGB is 97 - color contains mainly: green. Hex color #096143 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096143 is #F69EBC. Grayscale: #434343. Windows color (decimal): -16162493 or 4415753. OLE color: 4415753.

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

Color convert

RGB 9 97 67 -
CMYK 0.91 0 0.31 0.62
HSL 159.55º 0.83% 0.21% -
HSV(B) 159.55º 0.91% 0.38% -
XYZ 5.4 9.01 6.77 -
YUV 67.27 127.85 86.44 -
System Red Green Blue C M Y K H S L
Decimal 9 97 67 0.91 0 0.31 0.62 159.55 0.83 0.21
Hex 9 61 43 5B 0 1F 3E A0 53 15
Octal 11 141 103 133 0 37 76 240 123 25
Binary 1001 1100001 1000011 1011011 0 11111 111110 10100000 1010011 10101

Color Harmonies of #096143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096143

Black with #096143

Text Example


Text Example

White with #096143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096143; }

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

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

background-color css

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

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

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

border-color css

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

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

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