Html Css Color HEX #096943 Jewel

📋 copy color: '#096943'

red 9 ◦ green 105 ◦ blue 67

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

Shades of Jewel #096943

Tints of Jewel #096943

RGB

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

 GREEN value IS 105 (41.41% from 255) = 58.01%

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

R = 4.97%
G = 58.01%
B = 37.02%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.36

 K value IS 0.59

RGB Variations

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

Color information

#096943 (or 0x096943) is known color: Jewel. HEX triplet: 09, 69 and 43. RGB value is (9,105,67). Sum of RGB (Red+Green+Blue) = 9+105+67=181 (23% of max value = 765). Red value is 9 (3.91% from 255 or 4.97% from 181); Green value is 105 (41.41% from 255 or 58.01% from 181); Blue value is 67 (26.56% from 255 or 37.02% from 181); Max value from RGB is 105 - color contains mainly: green. Hex color #096943 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096943 is #F696BC. Grayscale: #484848. Windows color (decimal): -16160445 or 4417801. OLE color: 4417801.

HSL color Cylindrical-coordinate representation of color #096943: hue angle of 156.25º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096943 is Cyan = 0.91, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.59.

Color convert

RGB 9 105 67 -
CMYK 0.91 0 0.36 0.59
HSL 156.25º 0.84% 0.22% -
HSV(B) 156.25º 0.91% 0.41% -
XYZ 6.18 10.57 7.02 -
YUV 71.96 125.2 83.09 -
System Red Green Blue C M Y K H S L
Decimal 9 105 67 0.91 0 0.36 0.59 156.25 0.84 0.22
Hex 9 69 43 5B 0 24 3B 9C 54 16
Octal 11 151 103 133 0 44 73 234 124 26
Binary 1001 1101001 1000011 1011011 0 100100 111011 10011100 1010100 10110

Color Harmonies of #096943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096943

Black with #096943

Text Example


Text Example

White with #096943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096943; }

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

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

background-color css

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

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

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

border-color css

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

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

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