Html Css Color HEX #096345 Jewel

📋 copy color: '#096345'

red 9 ◦ green 99 ◦ blue 69

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

Shades of Jewel #096345

Tints of Jewel #096345

RGB

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

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

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

R = 5.08%
G = 55.93%
B = 38.98%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.30

 K value IS 0.61

RGB Variations

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

Color information

#096345 (or 0x096345) is known color: Jewel. HEX triplet: 09, 63 and 45. RGB value is (9,99,69). Sum of RGB (Red+Green+Blue) = 9+99+69=177 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.08% from 177); Green value is 99 (39.06% from 255 or 55.93% from 177); Blue value is 69 (27.34% from 255 or 38.98% from 177); Max value from RGB is 99 - color contains mainly: green. Hex color #096345 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096345 is #F69CBA. Grayscale: #444444. Windows color (decimal): -16161979 or 4547337. OLE color: 4547337.

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

Color convert

RGB 9 99 69 -
CMYK 0.91 0 0.30 0.61
HSL 160º 0.83% 0.21% -
HSV(B) 160º 0.91% 0.39% -
XYZ 5.65 9.41 7.15 -
YUV 68.67 128.18 85.44 -
System Red Green Blue C M Y K H S L
Decimal 9 99 69 0.91 0 0.30 0.61 160 0.83 0.21
Hex 9 63 45 5B 0 1E 3D A0 53 15
Octal 11 143 105 133 0 36 75 240 123 25
Binary 1001 1100011 1000101 1011011 0 11110 111101 10100000 1010011 10101

Color Harmonies of #096345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096345

Black with #096345

Text Example


Text Example

White with #096345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096345; }

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

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

background-color css

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

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

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

border-color css

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

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

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