Html Css Color HEX #09600F Green

📋 copy color: '#09600F'

red 9 ◦ green 96 ◦ blue 15

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

Shades of Green #09600F

Tints of Green #09600F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 80%

 BLUE value IS 15 (6.25% from 255) = 12.5%

R = 7.5%
G = 80%
B = 12.5%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#09600F (or 0x09600F) is known color: Green. HEX triplet: 09, 60 and 0F. RGB value is (9,96,15). Sum of RGB (Red+Green+Blue) = 9+96+15=120 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.5% from 120); Green value is 96 (37.89% from 255 or 80% from 120); Blue value is 15 (6.25% from 255 or 12.5% from 120); Max value from RGB is 96 - color contains mainly: green. Hex color #09600F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #09600F is #F69FF0. Grayscale: #3C3C3C. Windows color (decimal): -16162801 or 1007625. OLE color: 1007625.

HSL color Cylindrical-coordinate representation of color #09600F: hue angle of 124.14º 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 #09600F is Cyan = 0.91, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB 9 96 15 -
CMYK 0.91 0 0.84 0.62
HSL 124.14º 0.83% 0.21% -
HSV(B) 124.14º 0.91% 0.38% -
XYZ 4.38 8.46 1.85 -
YUV 60.75 102.18 91.09 -
System Red Green Blue C M Y K H S L
Decimal 9 96 15 0.91 0 0.84 0.62 124.14 0.83 0.21
Hex 9 60 F 5B 0 54 3E 7C 53 15
Octal 11 140 17 133 0 124 76 174 123 25
Binary 1001 1100000 1111 1011011 0 1010100 111110 1111100 1010011 10101

Color Harmonies of #09600F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09600F

Black with #09600F

Text Example


Text Example

White with #09600F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09600F; }

 p { color: rgb(9,96,15); }

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

background-color css

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

 a { background-color: rgb(9,96,15); }

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

border-color css

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

 span { border-color: rgb(9,96,15); }

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