Html Css Color HEX #0F7713 Green

📋 copy color: '#0F7713'

red 15 ◦ green 119 ◦ blue 19

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

Shades of Green #0F7713

Tints of Green #0F7713

RGB

 RED value IS 15 (6.25% from 255) = 9.8%

 GREEN value IS 119 (46.88% from 255) = 77.78%

 BLUE value IS 19 (7.81% from 255) = 12.42%

R = 9.8%
G = 77.78%
B = 12.42%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#0F7713 (or 0x0F7713) is known color: Green. HEX triplet: 0F, 77 and 13. RGB value is (15,119,19). Sum of RGB (Red+Green+Blue) = 15+119+19=153 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.80% from 153); Green value is 119 (46.88% from 255 or 77.78% from 153); Blue value is 19 (7.81% from 255 or 12.42% from 153); Max value from RGB is 119 - color contains mainly: green. Hex color #0F7713 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F7713 is #F088EC. Grayscale: #4C4C4C. Windows color (decimal): -15763693 or 1275663. OLE color: 1275663.

HSL color Cylindrical-coordinate representation of color #0F7713: hue angle of 122.31º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F7713 is Cyan = 0.87, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB 15 119 19 -
CMYK 0.87 0 0.84 0.53
HSL 122.31º 0.78% 0.26% -
HSV(B) 122.31º 0.87% 0.47% -
XYZ 6.91 13.34 2.83 -
YUV 76.5 95.54 84.13 -
System Red Green Blue C M Y K H S L
Decimal 15 119 19 0.87 0 0.84 0.53 122.31 0.78 0.26
Hex F 77 13 57 0 54 35 7A 4E 1A
Octal 17 167 23 127 0 124 65 172 116 32
Binary 1111 1110111 10011 1010111 0 1010100 110101 1111010 1001110 11010

Color Harmonies of #0F7713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7713

Black with #0F7713

Text Example


Text Example

White with #0F7713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F7713; }

 p { color: rgb(15,119,19); }

 H1.HeaderClassName
 {
   color: #0F7713;
 }
 .AnyTagClassName
 {
   color: #0F7713;
 }
</style>

background-color css

<style>
 a { background-color: #0F7713; }

 a { background-color: rgb(15,119,19); }

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

border-color css

<style>
 span { border-color: #0F7713; }

 span { border-color: rgb(15,119,19); }

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