Html Css Color HEX #0F6700 Green

📋 copy color: '#0F6700'

red 15 ◦ green 103 ◦ blue 0

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

Shades of Green #0F6700

Tints of Green #0F6700

RGB

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

 GREEN value IS 103 (40.63% from 255) = 87.29%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 12.71%
G = 87.29%
B = 0%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 1

 K value IS 0.60

RGB Variations

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

Color information

#0F6700 (or 0x0F6700) is known color: Green. HEX triplet: 0F, 67 and 00. RGB value is (15,103,0). Sum of RGB (Red+Green+Blue) = 15+103+0=118 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.71% from 118); Green value is 103 (40.62% from 255 or 87.29% from 118); Blue value is 0 (0.39% from 255 or 0% from 118); Max value from RGB is 103 - color contains mainly: green. Hex color #0F6700 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F6700 is #F098FF. Grayscale: #414141. Windows color (decimal): -15767808 or 26383. OLE color: 26383.

HSL color Cylindrical-coordinate representation of color #0F6700: hue angle of 111.26º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F6700 is Cyan = 0.85, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.60.

Color convert

RGB 15 103 0 -
CMYK 0.85 0 1 0.60
HSL 111.26º 1% 0.2% -
HSV(B) 111.26º 1% 0.4% -
XYZ 5.05 9.8 1.63 -
YUV 64.95 91.35 92.38 -
System Red Green Blue C M Y K H S L
Decimal 15 103 0 0.85 0 1 0.60 111.26 1 0.2
Hex F 67 0 55 0 64 3C 6F 64 14
Octal 17 147 0 125 0 144 74 157 144 24
Binary 1111 1100111 0 1010101 0 1100100 111100 1101111 1100100 10100

Color Harmonies of #0F6700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6700

Black with #0F6700

Text Example


Text Example

White with #0F6700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,103,0); }

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

background-color css

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

 a { background-color: rgb(15,103,0); }

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

border-color css

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

 span { border-color: rgb(15,103,0); }

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