Html Css Color HEX #096340 Jewel

📋 copy color: '#096340'

red 9 ◦ green 99 ◦ blue 64

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

Shades of Jewel #096340

Tints of Jewel #096340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 37.21%

R = 5.23%
G = 57.56%
B = 37.21%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.35

 K value IS 0.61

RGB Variations

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

Color information

#096340 (or 0x096340) is known color: Jewel. HEX triplet: 09, 63 and 40. RGB value is (9,99,64). Sum of RGB (Red+Green+Blue) = 9+99+64=172 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.23% from 172); Green value is 99 (39.06% from 255 or 57.56% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 99 - color contains mainly: green. Hex color #096340 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096340 is #F69CBF. Grayscale: #444444. Windows color (decimal): -16161984 or 4219657. OLE color: 4219657.

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

Color convert

RGB 9 99 64 -
CMYK 0.91 0 0.35 0.61
HSL 156.67º 0.83% 0.21% -
HSV(B) 156.67º 0.91% 0.39% -
XYZ 5.5 9.35 6.37 -
YUV 68.1 125.68 85.85 -
System Red Green Blue C M Y K H S L
Decimal 9 99 64 0.91 0 0.35 0.61 156.67 0.83 0.21
Hex 9 63 40 5B 0 23 3D 9D 53 15
Octal 11 143 100 133 0 43 75 235 123 25
Binary 1001 1100011 1000000 1011011 0 100011 111101 10011101 1010011 10101

Color Harmonies of #096340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096340

Black with #096340

Text Example


Text Example

White with #096340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096340; }

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

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

background-color css

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

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

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

border-color css

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

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

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