Html Css Color HEX #0F6B13 Green

📋 copy color: '#0F6B13'

red 15 ◦ green 107 ◦ blue 19

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

Shades of Green #0F6B13

Tints of Green #0F6B13

RGB

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

 GREEN value IS 107 (42.19% from 255) = 75.89%

 BLUE value IS 19 (7.81% from 255) = 13.48%

R = 10.64%
G = 75.89%
B = 13.48%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.82

 K value IS 0.58

RGB Variations

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

Color information

#0F6B13 (or 0x0F6B13) is known color: Green. HEX triplet: 0F, 6B and 13. RGB value is (15,107,19). Sum of RGB (Red+Green+Blue) = 15+107+19=141 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.64% from 141); Green value is 107 (42.19% from 255 or 75.89% from 141); Blue value is 19 (7.81% from 255 or 13.48% from 141); Max value from RGB is 107 - color contains mainly: green. Hex color #0F6B13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F6B13 is #F094EC. Grayscale: #454545. Windows color (decimal): -15766765 or 1272591. OLE color: 1272591.

HSL color Cylindrical-coordinate representation of color #0F6B13: hue angle of 122.61º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F6B13 is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.58.

Color convert

RGB 15 107 19 -
CMYK 0.86 0 0.82 0.58
HSL 122.61º 0.75% 0.24% -
HSV(B) 122.61º 0.86% 0.42% -
XYZ 5.57 10.66 2.38 -
YUV 69.46 99.52 89.16 -
System Red Green Blue C M Y K H S L
Decimal 15 107 19 0.86 0 0.82 0.58 122.61 0.75 0.24
Hex F 6B 13 56 0 52 3A 7B 4B 18
Octal 17 153 23 126 0 122 72 173 113 30
Binary 1111 1101011 10011 1010110 0 1010010 111010 1111011 1001011 11000

Color Harmonies of #0F6B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6B13

Black with #0F6B13

Text Example


Text Example

White with #0F6B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,107,19); }

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

background-color css

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

 a { background-color: rgb(15,107,19); }

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

border-color css

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

 span { border-color: rgb(15,107,19); }

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