Html Css Color HEX #0F5B46 Jewel

📋 copy color: '#0F5B46'

red 15 ◦ green 91 ◦ blue 70

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

Shades of Jewel #0F5B46

Tints of Jewel #0F5B46

RGB

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

 GREEN value IS 91 (35.94% from 255) = 51.7%

 BLUE value IS 70 (27.73% from 255) = 39.77%

R = 8.52%
G = 51.7%
B = 39.77%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.23

 K value IS 0.64

RGB Variations

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

Color information

#0F5B46 (or 0x0F5B46) is known color: Jewel. HEX triplet: 0F, 5B and 46. RGB value is (15,91,70). Sum of RGB (Red+Green+Blue) = 15+91+70=176 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.52% from 176); Green value is 91 (35.94% from 255 or 51.70% from 176); Blue value is 70 (27.73% from 255 or 39.77% from 176); Max value from RGB is 91 - color contains mainly: green. Hex color #0F5B46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5B46 is #F0A4B9. Grayscale: #414141. Windows color (decimal): -15770810 or 4610831. OLE color: 4610831.

HSL color Cylindrical-coordinate representation of color #0F5B46: hue angle of 163.42º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F5B46 is Cyan = 0.84, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.

Color convert

RGB 15 91 70 -
CMYK 0.84 0 0.23 0.64
HSL 163.42º 0.72% 0.21% -
HSV(B) 163.42º 0.84% 0.36% -
XYZ 5.04 8.03 7.08 -
YUV 65.88 130.32 91.71 -
System Red Green Blue C M Y K H S L
Decimal 15 91 70 0.84 0 0.23 0.64 163.42 0.72 0.21
Hex F 5B 46 54 0 17 40 A3 48 15
Octal 17 133 106 124 0 27 100 243 110 25
Binary 1111 1011011 1000110 1010100 0 10111 1000000 10100011 1001000 10101

Color Harmonies of #0F5B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5B46

Black with #0F5B46

Text Example


Text Example

White with #0F5B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,91,70); }

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

background-color css

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

 a { background-color: rgb(15,91,70); }

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

border-color css

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

 span { border-color: rgb(15,91,70); }

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