Html Css Color HEX #0F6600 Green

📋 copy color: '#0F6600'

red 15 ◦ green 102 ◦ blue 0

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

Shades of Green #0F6600

Tints of Green #0F6600

RGB

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

 GREEN value IS 102 (40.23% from 255) = 87.18%

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

R = 12.82%
G = 87.18%
B = 0%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 1

 K value IS 0.6

RGB Variations

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

Color information

#0F6600 (or 0x0F6600) is known color: Green. HEX triplet: 0F, 66 and 00. RGB value is (15,102,0). Sum of RGB (Red+Green+Blue) = 15+102+0=117 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.82% from 117); Green value is 102 (40.23% from 255 or 87.18% from 117); Blue value is 0 (0.39% from 255 or 0% from 117); Max value from RGB is 102 - color contains mainly: green. Hex color #0F6600 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F6600 is #F099FF. Grayscale: #404040. Windows color (decimal): -15768064 or 26127. OLE color: 26127.

HSL color Cylindrical-coordinate representation of color #0F6600: hue angle of 111.18º 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 #0F6600 is Cyan = 0.85, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.6.

Color convert

RGB 15 102 0 -
CMYK 0.85 0 1 0.6
HSL 111.18º 1% 0.2% -
HSV(B) 111.18º 1% 0.4% -
XYZ 4.95 9.6 1.59 -
YUV 64.36 91.68 92.79 -
System Red Green Blue C M Y K H S L
Decimal 15 102 0 0.85 0 1 0.6 111.18 1 0.2
Hex F 66 0 55 0 64 3C 6F 64 14
Octal 17 146 0 125 0 144 74 157 144 24
Binary 1111 1100110 0 1010101 0 1100100 111100 1101111 1100100 10100

Color Harmonies of #0F6600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6600

Black with #0F6600

Text Example


Text Example

White with #0F6600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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