Html Css Color HEX #096745 Jewel

📋 copy color: '#096745'

red 9 ◦ green 103 ◦ blue 69

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

Shades of Jewel #096745

Tints of Jewel #096745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 38.12%

R = 4.97%
G = 56.91%
B = 38.12%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.33

 K value IS 0.60

RGB Variations

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

Color information

#096745 (or 0x096745) is known color: Jewel. HEX triplet: 09, 67 and 45. RGB value is (9,103,69). Sum of RGB (Red+Green+Blue) = 9+103+69=181 (23% of max value = 765). Red value is 9 (3.91% from 255 or 4.97% from 181); Green value is 103 (40.62% from 255 or 56.91% from 181); Blue value is 69 (27.34% from 255 or 38.12% from 181); Max value from RGB is 103 - color contains mainly: green. Hex color #096745 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096745 is #F698BA. Grayscale: #474747. Windows color (decimal): -16160955 or 4548361. OLE color: 4548361.

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

Color convert

RGB 9 103 69 -
CMYK 0.91 0 0.33 0.60
HSL 158.3º 0.84% 0.22% -
HSV(B) 158.3º 0.91% 0.4% -
XYZ 6.04 10.19 7.28 -
YUV 71.02 126.86 83.76 -
System Red Green Blue C M Y K H S L
Decimal 9 103 69 0.91 0 0.33 0.60 158.3 0.84 0.22
Hex 9 67 45 5B 0 21 3C 9E 54 16
Octal 11 147 105 133 0 41 74 236 124 26
Binary 1001 1100111 1000101 1011011 0 100001 111100 10011110 1010100 10110

Color Harmonies of #096745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096745

Black with #096745

Text Example


Text Example

White with #096745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096745; }

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

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

background-color css

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

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

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

border-color css

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

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

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