Html Css Color HEX #09703D Jewel

📋 copy color: '#09703D'

red 9 ◦ green 112 ◦ blue 61

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

Shades of Jewel #09703D

Tints of Jewel #09703D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 61.54%

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

R = 4.95%
G = 61.54%
B = 33.52%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#09703D (or 0x09703D) is known color: Jewel. HEX triplet: 09, 70 and 3D. RGB value is (9,112,61). Sum of RGB (Red+Green+Blue) = 9+112+61=182 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.95% from 182); Green value is 112 (44.14% from 255 or 61.54% from 182); Blue value is 61 (24.22% from 255 or 33.52% from 182); Max value from RGB is 112 - color contains mainly: green. Hex color #09703D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09703D is #F68FC2. Grayscale: #4B4B4B. Windows color (decimal): -16158659 or 4026377. OLE color: 4026377.

HSL color Cylindrical-coordinate representation of color #09703D: hue angle of 150.29º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09703D is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB 9 112 61 -
CMYK 0.92 0 0.46 0.56
HSL 150.29º 0.85% 0.24% -
HSV(B) 150.29º 0.92% 0.44% -
XYZ 6.75 11.98 6.37 -
YUV 75.39 119.88 80.65 -
System Red Green Blue C M Y K H S L
Decimal 9 112 61 0.92 0 0.46 0.56 150.29 0.85 0.24
Hex 9 70 3D 5C 0 2E 38 96 55 18
Octal 11 160 75 134 0 56 70 226 125 30
Binary 1001 1110000 111101 1011100 0 101110 111000 10010110 1010101 11000

Color Harmonies of #09703D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09703D

Black with #09703D

Text Example


Text Example

White with #09703D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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