Html Css Color HEX #096741 Jewel

📋 copy color: '#096741'

red 9 ◦ green 103 ◦ blue 65

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

Shades of Jewel #096741

Tints of Jewel #096741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 36.72%

R = 5.08%
G = 58.19%
B = 36.72%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.37

 K value IS 0.60

RGB Variations

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

Color information

#096741 (or 0x096741) is known color: Jewel. HEX triplet: 09, 67 and 41. RGB value is (9,103,65). Sum of RGB (Red+Green+Blue) = 9+103+65=177 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.08% from 177); Green value is 103 (40.62% from 255 or 58.19% from 177); Blue value is 65 (25.78% from 255 or 36.72% from 177); Max value from RGB is 103 - color contains mainly: green. Hex color #096741 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096741 is #F698BE. Grayscale: #464646. Windows color (decimal): -16160959 or 4286217. OLE color: 4286217.

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

Color convert

RGB 9 103 65 -
CMYK 0.91 0 0.37 0.60
HSL 155.74º 0.84% 0.22% -
HSV(B) 155.74º 0.91% 0.4% -
XYZ 5.92 10.14 6.65 -
YUV 70.56 124.86 84.09 -
System Red Green Blue C M Y K H S L
Decimal 9 103 65 0.91 0 0.37 0.60 155.74 0.84 0.22
Hex 9 67 41 5B 0 25 3C 9C 54 16
Octal 11 147 101 133 0 45 74 234 124 26
Binary 1001 1100111 1000001 1011011 0 100101 111100 10011100 1010100 10110

Color Harmonies of #096741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096741

Black with #096741

Text Example


Text Example

White with #096741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096741; }

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

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

background-color css

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

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

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

border-color css

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

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

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