Html Css Color HEX #0F7702 Green

📋 copy color: '#0F7702'

red 15 ◦ green 119 ◦ blue 2

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

Shades of Green #0F7702

Tints of Green #0F7702

RGB

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

 GREEN value IS 119 (46.88% from 255) = 87.5%

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

R = 11.03%
G = 87.5%
B = 1.47%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#0F7702 (or 0x0F7702) is known color: Green. HEX triplet: 0F, 77 and 02. RGB value is (15,119,2). Sum of RGB (Red+Green+Blue) = 15+119+2=136 (18% of max value = 765). Red value is 15 (6.25% from 255 or 11.03% from 136); Green value is 119 (46.88% from 255 or 87.5% from 136); Blue value is 2 (1.17% from 255 or 1.47% from 136); Max value from RGB is 119 - color contains mainly: green. Hex color #0F7702 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F7702 is #F088FD. Grayscale: #4A4A4A. Windows color (decimal): -15763710 or 161551. OLE color: 161551.

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

Color convert

RGB 15 119 2 -
CMYK 0.87 0 0.98 0.53
HSL 113.33º 0.97% 0.24% -
HSV(B) 113.33º 0.98% 0.47% -
XYZ 6.8 13.3 2.27 -
YUV 74.57 87.04 85.51 -
System Red Green Blue C M Y K H S L
Decimal 15 119 2 0.87 0 0.98 0.53 113.33 0.97 0.24
Hex F 77 2 57 0 62 35 71 61 18
Octal 17 167 2 127 0 142 65 161 141 30
Binary 1111 1110111 10 1010111 0 1100010 110101 1110001 1100001 11000

Color Harmonies of #0F7702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7702

Black with #0F7702

Text Example


Text Example

White with #0F7702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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