Html Css Color HEX #096C3D Jewel

📋 copy color: '#096C3D'

red 9 ◦ green 108 ◦ blue 61

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

Shades of Jewel #096C3D

Tints of Jewel #096C3D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 60.67%

 BLUE value IS 61 (24.22% from 255) = 34.27%

R = 5.06%
G = 60.67%
B = 34.27%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.44

 K value IS 0.58

RGB Variations

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

Color information

#096C3D (or 0x096C3D) is known color: Jewel. HEX triplet: 09, 6C and 3D. RGB value is (9,108,61). Sum of RGB (Red+Green+Blue) = 9+108+61=178 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.06% from 178); Green value is 108 (42.58% from 255 or 60.67% from 178); Blue value is 61 (24.22% from 255 or 34.27% from 178); Max value from RGB is 108 - color contains mainly: green. Hex color #096C3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096C3D is #F693C2. Grayscale: #494949. Windows color (decimal): -16159683 or 4025353. OLE color: 4025353.

HSL color Cylindrical-coordinate representation of color #096C3D: hue angle of 151.52º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096C3D is Cyan = 0.92, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 108 61 -
CMYK 0.92 0 0.44 0.58
HSL 151.52º 0.85% 0.23% -
HSV(B) 151.52º 0.92% 0.42% -
XYZ 6.32 11.12 6.23 -
YUV 73.04 121.2 82.32 -
System Red Green Blue C M Y K H S L
Decimal 9 108 61 0.92 0 0.44 0.58 151.52 0.85 0.23
Hex 9 6C 3D 5C 0 2C 3A 98 55 17
Octal 11 154 75 134 0 54 72 230 125 27
Binary 1001 1101100 111101 1011100 0 101100 111010 10011000 1010101 10111

Color Harmonies of #096C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096C3D

Black with #096C3D

Text Example


Text Example

White with #096C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096C3D; }

 p { color: rgb(9,108,61); }

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

background-color css

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

 a { background-color: rgb(9,108,61); }

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

border-color css

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

 span { border-color: rgb(9,108,61); }

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