Html Css Color HEX #09653D Jewel

📋 copy color: '#09653D'

red 9 ◦ green 101 ◦ blue 61

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

Shades of Jewel #09653D

Tints of Jewel #09653D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 59.06%

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

R = 5.26%
G = 59.06%
B = 35.67%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.40

 K value IS 0.60

RGB Variations

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

Color information

#09653D (or 0x09653D) is known color: Jewel. HEX triplet: 09, 65 and 3D. RGB value is (9,101,61). Sum of RGB (Red+Green+Blue) = 9+101+61=171 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.26% from 171); Green value is 101 (39.84% from 255 or 59.06% from 171); Blue value is 61 (24.22% from 255 or 35.67% from 171); Max value from RGB is 101 - color contains mainly: green. Hex color #09653D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09653D is #F69AC2. Grayscale: #454545. Windows color (decimal): -16161475 or 4023561. OLE color: 4023561.

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

Color convert

RGB 9 101 61 -
CMYK 0.91 0 0.40 0.60
HSL 153.91º 0.84% 0.22% -
HSV(B) 153.91º 0.91% 0.4% -
XYZ 5.61 9.7 5.99 -
YUV 68.93 123.52 85.25 -
System Red Green Blue C M Y K H S L
Decimal 9 101 61 0.91 0 0.40 0.60 153.91 0.84 0.22
Hex 9 65 3D 5B 0 28 3C 9A 54 16
Octal 11 145 75 133 0 50 74 232 124 26
Binary 1001 1100101 111101 1011011 0 101000 111100 10011010 1010100 10110

Color Harmonies of #09653D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09653D

Black with #09653D

Text Example


Text Example

White with #09653D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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