Html Css Color HEX #0F7601 Green

📋 copy color: '#0F7601'

red 15 ◦ green 118 ◦ blue 1

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

Shades of Green #0F7601

Tints of Green #0F7601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.75%

R = 11.19%
G = 88.06%
B = 0.75%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#0F7601 (or 0x0F7601) is known color: Green. HEX triplet: 0F, 76 and 01. RGB value is (15,118,1). Sum of RGB (Red+Green+Blue) = 15+118+1=134 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.19% from 134); Green value is 118 (46.48% from 255 or 88.06% from 134); Blue value is 1 (0.78% from 255 or 0.75% from 134); Max value from RGB is 118 - color contains mainly: green. Hex color #0F7601 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F7601 is #F089FE. Grayscale: #4A4A4A. Windows color (decimal): -15763967 or 95759. OLE color: 95759.

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

Color convert

RGB 15 118 1 -
CMYK 0.87 0 0.99 0.54
HSL 112.82º 0.98% 0.23% -
HSV(B) 112.82º 0.99% 0.46% -
XYZ 6.68 13.06 2.2 -
YUV 73.87 86.88 86.01 -
System Red Green Blue C M Y K H S L
Decimal 15 118 1 0.87 0 0.99 0.54 112.82 0.98 0.23
Hex F 76 1 57 0 63 36 71 62 17
Octal 17 166 1 127 0 143 66 161 142 27
Binary 1111 1110110 1 1010111 0 1100011 110110 1110001 1100010 10111

Color Harmonies of #0F7601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7601

Black with #0F7601

Text Example


Text Example

White with #0F7601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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