Html Css Color HEX #096343 Jewel

📋 copy color: '#096343'

red 9 ◦ green 99 ◦ blue 67

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

Shades of Jewel #096343

Tints of Jewel #096343

RGB

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

 GREEN value IS 99 (39.06% from 255) = 56.57%

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

R = 5.14%
G = 56.57%
B = 38.29%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.32

 K value IS 0.61

RGB Variations

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

Color information

#096343 (or 0x096343) is known color: Jewel. HEX triplet: 09, 63 and 43. RGB value is (9,99,67). Sum of RGB (Red+Green+Blue) = 9+99+67=175 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.14% from 175); Green value is 99 (39.06% from 255 or 56.57% from 175); Blue value is 67 (26.56% from 255 or 38.29% from 175); Max value from RGB is 99 - color contains mainly: green. Hex color #096343 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096343 is #F69CBC. Grayscale: #444444. Windows color (decimal): -16161981 or 4416265. OLE color: 4416265.

HSL color Cylindrical-coordinate representation of color #096343: hue angle of 158.67º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096343 is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.61.

Color convert

RGB 9 99 67 -
CMYK 0.91 0 0.32 0.61
HSL 158.67º 0.83% 0.21% -
HSV(B) 158.67º 0.91% 0.39% -
XYZ 5.59 9.39 6.83 -
YUV 68.44 127.18 85.6 -
System Red Green Blue C M Y K H S L
Decimal 9 99 67 0.91 0 0.32 0.61 158.67 0.83 0.21
Hex 9 63 43 5B 0 20 3D 9F 53 15
Octal 11 143 103 133 0 40 75 237 123 25
Binary 1001 1100011 1000011 1011011 0 100000 111101 10011111 1010011 10101

Color Harmonies of #096343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096343

Black with #096343

Text Example


Text Example

White with #096343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096343; }

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

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

background-color css

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

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

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

border-color css

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

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

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