Html Css Color HEX #0F7407 Green

📋 copy color: '#0F7407'

red 15 ◦ green 116 ◦ blue 7

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

Shades of Green #0F7407

Tints of Green #0F7407

RGB

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

 GREEN value IS 116 (45.7% from 255) = 84.06%

 BLUE value IS 7 (3.13% from 255) = 5.07%

R = 10.87%
G = 84.06%
B = 5.07%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.94

 K value IS 0.55

RGB Variations

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

Color information

#0F7407 (or 0x0F7407) is known color: Green. HEX triplet: 0F, 74 and 07. RGB value is (15,116,7). Sum of RGB (Red+Green+Blue) = 15+116+7=138 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.87% from 138); Green value is 116 (45.70% from 255 or 84.06% from 138); Blue value is 7 (3.12% from 255 or 5.07% from 138); Max value from RGB is 116 - color contains mainly: green. Hex color #0F7407 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F7407 is #F08BF8. Grayscale: #494949. Windows color (decimal): -15764473 or 488463. OLE color: 488463.

HSL color Cylindrical-coordinate representation of color #0F7407: hue angle of 115.6º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F7407 is Cyan = 0.87, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.55.

Color convert

RGB 15 116 7 -
CMYK 0.87 0 0.94 0.55
HSL 115.6º 0.89% 0.24% -
HSV(B) 115.6º 0.94% 0.45% -
XYZ 6.48 12.61 2.29 -
YUV 73.38 90.54 86.36 -
System Red Green Blue C M Y K H S L
Decimal 15 116 7 0.87 0 0.94 0.55 115.6 0.89 0.24
Hex F 74 7 57 0 5E 37 74 59 18
Octal 17 164 7 127 0 136 67 164 131 30
Binary 1111 1110100 111 1010111 0 1011110 110111 1110100 1011001 11000

Color Harmonies of #0F7407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7407

Black with #0F7407

Text Example


Text Example

White with #0F7407

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,116,7); }

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

background-color css

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

 a { background-color: rgb(15,116,7); }

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

border-color css

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

 span { border-color: rgb(15,116,7); }

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