Html Css Color HEX #0F6512 Green

📋 copy color: '#0F6512'

red 15 ◦ green 101 ◦ blue 18

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

Shades of Green #0F6512

Tints of Green #0F6512

RGB

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

 GREEN value IS 101 (39.84% from 255) = 75.37%

 BLUE value IS 18 (7.42% from 255) = 13.43%

R = 11.19%
G = 75.37%
B = 13.43%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.82

 K value IS 0.60

RGB Variations

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

Color information

#0F6512 (or 0x0F6512) is known color: Green. HEX triplet: 0F, 65 and 12. RGB value is (15,101,18). Sum of RGB (Red+Green+Blue) = 15+101+18=134 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.19% from 134); Green value is 101 (39.84% from 255 or 75.37% from 134); Blue value is 18 (7.42% from 255 or 13.43% from 134); Max value from RGB is 101 - color contains mainly: green. Hex color #0F6512 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F6512 is #F09AED. Grayscale: #424242. Windows color (decimal): -15768302 or 1205519. OLE color: 1205519.

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

Color convert

RGB 15 101 18 -
CMYK 0.85 0 0.82 0.60
HSL 122.09º 0.74% 0.23% -
HSV(B) 122.09º 0.85% 0.4% -
XYZ 4.96 9.45 2.14 -
YUV 65.82 101.01 91.75 -
System Red Green Blue C M Y K H S L
Decimal 15 101 18 0.85 0 0.82 0.60 122.09 0.74 0.23
Hex F 65 12 55 0 52 3C 7A 4A 17
Octal 17 145 22 125 0 122 74 172 112 27
Binary 1111 1100101 10010 1010101 0 1010010 111100 1111010 1001010 10111

Color Harmonies of #0F6512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6512

Black with #0F6512

Text Example


Text Example

White with #0F6512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,101,18); }

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

background-color css

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

 a { background-color: rgb(15,101,18); }

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

border-color css

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

 span { border-color: rgb(15,101,18); }

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