Html Css Color HEX #0F7814 Green

📋 copy color: '#0F7814'

red 15 ◦ green 120 ◦ blue 20

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

Shades of Green #0F7814

Tints of Green #0F7814

RGB

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

 GREEN value IS 120 (47.27% from 255) = 77.42%

 BLUE value IS 20 (8.2% from 255) = 12.9%

R = 9.68%
G = 77.42%
B = 12.9%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#0F7814 (or 0x0F7814) is known color: Green. HEX triplet: 0F, 78 and 14. RGB value is (15,120,20). Sum of RGB (Red+Green+Blue) = 15+120+20=155 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.68% from 155); Green value is 120 (47.27% from 255 or 77.42% from 155); Blue value is 20 (8.20% from 255 or 12.90% from 155); Max value from RGB is 120 - color contains mainly: green. Hex color #0F7814 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F7814 is #F087EB. Grayscale: #4D4D4D. Windows color (decimal): -15763436 or 1341455. OLE color: 1341455.

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

Color convert

RGB 15 120 20 -
CMYK 0.87 0 0.83 0.53
HSL 122.86º 0.78% 0.26% -
HSV(B) 122.86º 0.88% 0.47% -
XYZ 7.04 13.59 2.91 -
YUV 77.21 95.71 83.63 -
System Red Green Blue C M Y K H S L
Decimal 15 120 20 0.87 0 0.83 0.53 122.86 0.78 0.26
Hex F 78 14 57 0 53 35 7B 4E 1A
Octal 17 170 24 127 0 123 65 173 116 32
Binary 1111 1111000 10100 1010111 0 1010011 110101 1111011 1001110 11010

Color Harmonies of #0F7814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7814

Black with #0F7814

Text Example


Text Example

White with #0F7814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,120,20); }

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

background-color css

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

 a { background-color: rgb(15,120,20); }

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

border-color css

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

 span { border-color: rgb(15,120,20); }

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