Html Css Color HEX #0F7602 Green

📋 copy color: '#0F7602'

red 15 ◦ green 118 ◦ blue 2

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

Shades of Green #0F7602

Tints of Green #0F7602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.48%

R = 11.11%
G = 87.41%
B = 1.48%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#0F7602 (or 0x0F7602) is known color: Green. HEX triplet: 0F, 76 and 02. RGB value is (15,118,2). Sum of RGB (Red+Green+Blue) = 15+118+2=135 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.11% from 135); Green value is 118 (46.48% from 255 or 87.41% from 135); Blue value is 2 (1.17% from 255 or 1.48% from 135); Max value from RGB is 118 - color contains mainly: green. Hex color #0F7602 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F7602 is #F089FD. Grayscale: #4A4A4A. Windows color (decimal): -15763966 or 161295. OLE color: 161295.

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

Color convert

RGB 15 118 2 -
CMYK 0.87 0 0.98 0.54
HSL 113.28º 0.97% 0.24% -
HSV(B) 113.28º 0.98% 0.46% -
XYZ 6.69 13.06 2.23 -
YUV 73.98 87.38 85.93 -
System Red Green Blue C M Y K H S L
Decimal 15 118 2 0.87 0 0.98 0.54 113.28 0.97 0.24
Hex F 76 2 57 0 62 36 71 61 18
Octal 17 166 2 127 0 142 66 161 141 30
Binary 1111 1110110 10 1010111 0 1100010 110110 1110001 1100001 11000

Color Harmonies of #0F7602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7602

Black with #0F7602

Text Example


Text Example

White with #0F7602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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