Html Css Color HEX #096643 Jewel

📋 copy color: '#096643'

red 9 ◦ green 102 ◦ blue 67

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

Shades of Jewel #096643

Tints of Jewel #096643

RGB

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

 GREEN value IS 102 (40.23% from 255) = 57.3%

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

R = 5.06%
G = 57.3%
B = 37.64%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.34

 K value IS 0.6

RGB Variations

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

Color information

#096643 (or 0x096643) is known color: Jewel. HEX triplet: 09, 66 and 43. RGB value is (9,102,67). Sum of RGB (Red+Green+Blue) = 9+102+67=178 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.06% from 178); Green value is 102 (40.23% from 255 or 57.30% from 178); Blue value is 67 (26.56% from 255 or 37.64% from 178); Max value from RGB is 102 - color contains mainly: green. Hex color #096643 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096643 is #F699BC. Grayscale: #464646. Windows color (decimal): -16161213 or 4417033. OLE color: 4417033.

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

Color convert

RGB 9 102 67 -
CMYK 0.91 0 0.34 0.6
HSL 157.42º 0.84% 0.22% -
HSV(B) 157.42º 0.91% 0.4% -
XYZ 5.88 9.97 6.92 -
YUV 70.2 126.19 84.35 -
System Red Green Blue C M Y K H S L
Decimal 9 102 67 0.91 0 0.34 0.6 157.42 0.84 0.22
Hex 9 66 43 5B 0 22 3C 9D 54 16
Octal 11 146 103 133 0 42 74 235 124 26
Binary 1001 1100110 1000011 1011011 0 100010 111100 10011101 1010100 10110

Color Harmonies of #096643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096643

Black with #096643

Text Example


Text Example

White with #096643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096643; }

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

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

background-color css

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

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

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

border-color css

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

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

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