Html Css Color HEX #0F8B65 Elf Green

📋 copy color: '#0F8B65'

red 15 ◦ green 139 ◦ blue 101

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

Shades of Elf Green #0F8B65

Tints of Elf Green #0F8B65

RGB

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

 GREEN value IS 139 (54.69% from 255) = 54.51%

 BLUE value IS 101 (39.84% from 255) = 39.61%

R = 5.88%
G = 54.51%
B = 39.61%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#0F8B65 (or 0x0F8B65) is known color: Elf Green. HEX triplet: 0F, 8B and 65. RGB value is (15,139,101). Sum of RGB (Red+Green+Blue) = 15+139+101=255 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.88% from 255); Green value is 139 (54.69% from 255 or 54.51% from 255); Blue value is 101 (39.84% from 255 or 39.61% from 255); Max value from RGB is 139 - color contains mainly: green. Hex color #0F8B65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8B65 is #F0749A. Grayscale: #616161. Windows color (decimal): -15758491 or 6654735. OLE color: 6654735.

HSL color Cylindrical-coordinate representation of color #0F8B65: hue angle of 161.61º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8B65 is Cyan = 0.89, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB 15 139 101 -
CMYK 0.89 0 0.27 0.45
HSL 161.61º 0.81% 0.3% -
HSV(B) 161.61º 0.89% 0.55% -
XYZ 11.78 19.51 15.46 -
YUV 97.59 129.92 69.09 -
System Red Green Blue C M Y K H S L
Decimal 15 139 101 0.89 0 0.27 0.45 161.61 0.81 0.3
Hex F 8B 65 59 0 1B 2D A2 51 1E
Octal 17 213 145 131 0 33 55 242 121 36
Binary 1111 10001011 1100101 1011001 0 11011 101101 10100010 1010001 11110

Color Harmonies of #0F8B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8B65

Black with #0F8B65

Text Example


Text Example

White with #0F8B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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