Html Css Color HEX #0F7613 Green

📋 copy color: '#0F7613'

red 15 ◦ green 118 ◦ blue 19

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

Shades of Green #0F7613

Tints of Green #0F7613

RGB

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

 GREEN value IS 118 (46.48% from 255) = 77.63%

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

R = 9.87%
G = 77.63%
B = 12.5%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#0F7613 (or 0x0F7613) is known color: Green. HEX triplet: 0F, 76 and 13. RGB value is (15,118,19). Sum of RGB (Red+Green+Blue) = 15+118+19=152 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.87% from 152); Green value is 118 (46.48% from 255 or 77.63% from 152); Blue value is 19 (7.81% from 255 or 12.5% from 152); Max value from RGB is 118 - color contains mainly: green. Hex color #0F7613 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F7613 is #F089EC. Grayscale: #4C4C4C. Windows color (decimal): -15763949 or 1275407. OLE color: 1275407.

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

Color convert

RGB 15 118 19 -
CMYK 0.87 0 0.84 0.54
HSL 122.33º 0.77% 0.26% -
HSV(B) 122.33º 0.87% 0.46% -
XYZ 6.79 13.11 2.79 -
YUV 75.92 95.88 84.55 -
System Red Green Blue C M Y K H S L
Decimal 15 118 19 0.87 0 0.84 0.54 122.33 0.77 0.26
Hex F 76 13 57 0 54 36 7A 4D 1A
Octal 17 166 23 127 0 124 66 172 115 32
Binary 1111 1110110 10011 1010111 0 1010100 110110 1111010 1001101 11010

Color Harmonies of #0F7613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7613

Black with #0F7613

Text Example


Text Example

White with #0F7613

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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