Html Css Color HEX #09693D Jewel

📋 copy color: '#09693D'

red 9 ◦ green 105 ◦ blue 61

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

Shades of Jewel #09693D

Tints of Jewel #09693D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 60%

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

R = 5.14%
G = 60%
B = 34.86%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.42

 K value IS 0.59

RGB Variations

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

Color information

#09693D (or 0x09693D) is known color: Jewel. HEX triplet: 09, 69 and 3D. RGB value is (9,105,61). Sum of RGB (Red+Green+Blue) = 9+105+61=175 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.14% from 175); Green value is 105 (41.41% from 255 or 60% from 175); Blue value is 61 (24.22% from 255 or 34.86% from 175); Max value from RGB is 105 - color contains mainly: green. Hex color #09693D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09693D is #F696C2. Grayscale: #474747. Windows color (decimal): -16160451 or 4024585. OLE color: 4024585.

HSL color Cylindrical-coordinate representation of color #09693D: hue angle of 152.5º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09693D is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB 9 105 61 -
CMYK 0.91 0 0.42 0.59
HSL 152.5º 0.84% 0.22% -
HSV(B) 152.5º 0.91% 0.41% -
XYZ 6.01 10.5 6.12 -
YUV 71.28 122.2 83.58 -
System Red Green Blue C M Y K H S L
Decimal 9 105 61 0.91 0 0.42 0.59 152.5 0.84 0.22
Hex 9 69 3D 5B 0 2A 3B 98 54 16
Octal 11 151 75 133 0 52 73 230 124 26
Binary 1001 1101001 111101 1011011 0 101010 111011 10011000 1010100 10110

Color Harmonies of #09693D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09693D

Black with #09693D

Text Example


Text Example

White with #09693D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09693D; }

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

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

background-color css

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

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

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

border-color css

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

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

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