Html Css Color HEX #0F7614 Green

📋 copy color: '#0F7614'

red 15 ◦ green 118 ◦ blue 20

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

Shades of Green #0F7614

Tints of Green #0F7614

RGB

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

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

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

R = 9.8%
G = 77.12%
B = 13.07%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#0F7614 (or 0x0F7614) is known color: Green. HEX triplet: 0F, 76 and 14. RGB value is (15,118,20). Sum of RGB (Red+Green+Blue) = 15+118+20=153 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.80% from 153); Green value is 118 (46.48% from 255 or 77.12% from 153); Blue value is 20 (8.20% from 255 or 13.07% from 153); Max value from RGB is 118 - color contains mainly: green. Hex color #0F7614 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F7614 is #F089EB. Grayscale: #4C4C4C. Windows color (decimal): -15763948 or 1340943. OLE color: 1340943.

HSL color Cylindrical-coordinate representation of color #0F7614: hue angle of 122.91º 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 #0F7614 is Cyan = 0.87, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB 15 118 20 -
CMYK 0.87 0 0.83 0.54
HSL 122.91º 0.77% 0.26% -
HSV(B) 122.91º 0.87% 0.46% -
XYZ 6.8 13.11 2.83 -
YUV 76.03 96.38 84.47 -
System Red Green Blue C M Y K H S L
Decimal 15 118 20 0.87 0 0.83 0.54 122.91 0.77 0.26
Hex F 76 14 57 0 53 36 7B 4D 1A
Octal 17 166 24 127 0 123 66 173 115 32
Binary 1111 1110110 10100 1010111 0 1010011 110110 1111011 1001101 11010

Color Harmonies of #0F7614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7614

Black with #0F7614

Text Example


Text Example

White with #0F7614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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