Html Css Color HEX #09613D Jewel

📋 copy color: '#09613D'

red 9 ◦ green 97 ◦ blue 61

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

Shades of Jewel #09613D

Tints of Jewel #09613D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 58.08%

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

R = 5.39%
G = 58.08%
B = 36.53%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.37

 K value IS 0.62

RGB Variations

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

Color information

#09613D (or 0x09613D) is known color: Jewel. HEX triplet: 09, 61 and 3D. RGB value is (9,97,61). Sum of RGB (Red+Green+Blue) = 9+97+61=167 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.39% from 167); Green value is 97 (38.28% from 255 or 58.08% from 167); Blue value is 61 (24.22% from 255 or 36.53% from 167); Max value from RGB is 97 - color contains mainly: green. Hex color #09613D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09613D is #F69EC2. Grayscale: #424242. Windows color (decimal): -16162499 or 4022537. OLE color: 4022537.

HSL color Cylindrical-coordinate representation of color #09613D: hue angle of 155.45º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09613D is Cyan = 0.91, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.62.

Color convert

RGB 9 97 61 -
CMYK 0.91 0 0.37 0.62
HSL 155.45º 0.83% 0.21% -
HSV(B) 155.45º 0.91% 0.38% -
XYZ 5.23 8.94 5.87 -
YUV 66.58 124.85 86.93 -
System Red Green Blue C M Y K H S L
Decimal 9 97 61 0.91 0 0.37 0.62 155.45 0.83 0.21
Hex 9 61 3D 5B 0 25 3E 9B 53 15
Octal 11 141 75 133 0 45 76 233 123 25
Binary 1001 1100001 111101 1011011 0 100101 111110 10011011 1010011 10101

Color Harmonies of #09613D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09613D

Black with #09613D

Text Example


Text Example

White with #09613D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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