Html Css Color HEX #0F610D Green

📋 copy color: '#0F610D'

red 15 ◦ green 97 ◦ blue 13

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

Shades of Green #0F610D

Tints of Green #0F610D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 77.6%

 BLUE value IS 13 (5.47% from 255) = 10.4%

R = 12%
G = 77.6%
B = 10.4%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#0F610D (or 0x0F610D) is known color: Green. HEX triplet: 0F, 61 and 0D. RGB value is (15,97,13). Sum of RGB (Red+Green+Blue) = 15+97+13=125 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12% from 125); Green value is 97 (38.28% from 255 or 77.6% from 125); Blue value is 13 (5.47% from 255 or 10.4% from 125); Max value from RGB is 97 - color contains mainly: green. Hex color #0F610D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F610D is #F09EF2. Grayscale: #3F3F3F. Windows color (decimal): -15769331 or 876815. OLE color: 876815.

HSL color Cylindrical-coordinate representation of color #0F610D: hue angle of 118.57º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F610D is Cyan = 0.85, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB 15 97 13 -
CMYK 0.85 0 0.87 0.62
HSL 118.57º 0.76% 0.22% -
HSV(B) 118.57º 0.87% 0.38% -
XYZ 4.54 8.68 1.82 -
YUV 62.91 99.83 93.83 -
System Red Green Blue C M Y K H S L
Decimal 15 97 13 0.85 0 0.87 0.62 118.57 0.76 0.22
Hex F 61 D 55 0 57 3E 77 4C 16
Octal 17 141 15 125 0 127 76 167 114 26
Binary 1111 1100001 1101 1010101 0 1010111 111110 1110111 1001100 10110

Color Harmonies of #0F610D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F610D

Black with #0F610D

Text Example


Text Example

White with #0F610D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,97,13); }

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

background-color css

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

 a { background-color: rgb(15,97,13); }

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

border-color css

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

 span { border-color: rgb(15,97,13); }

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