Html Css Color HEX #096742 Jewel

📋 copy color: '#096742'

red 9 ◦ green 103 ◦ blue 66

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

Shades of Jewel #096742

Tints of Jewel #096742

RGB

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

 GREEN value IS 103 (40.63% from 255) = 57.87%

 BLUE value IS 66 (26.17% from 255) = 37.08%

R = 5.06%
G = 57.87%
B = 37.08%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.36

 K value IS 0.60

RGB Variations

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

Color information

#096742 (or 0x096742) is known color: Jewel. HEX triplet: 09, 67 and 42. RGB value is (9,103,66). Sum of RGB (Red+Green+Blue) = 9+103+66=178 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.06% from 178); Green value is 103 (40.62% from 255 or 57.87% from 178); Blue value is 66 (26.17% from 255 or 37.08% from 178); Max value from RGB is 103 - color contains mainly: green. Hex color #096742 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096742 is #F698BD. Grayscale: #464646. Windows color (decimal): -16160958 or 4351753. OLE color: 4351753.

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

Color convert

RGB 9 103 66 -
CMYK 0.91 0 0.36 0.60
HSL 156.38º 0.84% 0.22% -
HSV(B) 156.38º 0.91% 0.4% -
XYZ 5.95 10.15 6.8 -
YUV 70.68 125.36 84.01 -
System Red Green Blue C M Y K H S L
Decimal 9 103 66 0.91 0 0.36 0.60 156.38 0.84 0.22
Hex 9 67 42 5B 0 24 3C 9C 54 16
Octal 11 147 102 133 0 44 74 234 124 26
Binary 1001 1100111 1000010 1011011 0 100100 111100 10011100 1010100 10110

Color Harmonies of #096742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096742

Black with #096742

Text Example


Text Example

White with #096742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096742; }

 p { color: rgb(9,103,66); }

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

background-color css

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

 a { background-color: rgb(9,103,66); }

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

border-color css

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

 span { border-color: rgb(9,103,66); }

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