Html Css Color HEX #0F6E46 Jewel

📋 copy color: '#0F6E46'

red 15 ◦ green 110 ◦ blue 70

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

Shades of Jewel #0F6E46

Tints of Jewel #0F6E46

RGB

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

 GREEN value IS 110 (43.36% from 255) = 56.41%

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

R = 7.69%
G = 56.41%
B = 35.9%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.36

 K value IS 0.57

RGB Variations

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

Color information

#0F6E46 (or 0x0F6E46) is known color: Jewel. HEX triplet: 0F, 6E and 46. RGB value is (15,110,70). Sum of RGB (Red+Green+Blue) = 15+110+70=195 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.69% from 195); Green value is 110 (43.36% from 255 or 56.41% from 195); Blue value is 70 (27.73% from 255 or 35.90% from 195); Max value from RGB is 110 - color contains mainly: green. Hex color #0F6E46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6E46 is #F091B9. Grayscale: #4D4D4D. Windows color (decimal): -15765946 or 4615695. OLE color: 4615695.

HSL color Cylindrical-coordinate representation of color #0F6E46: hue angle of 154.74º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F6E46 is Cyan = 0.86, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.57.

Color convert

RGB 15 110 70 -
CMYK 0.86 0 0.36 0.57
HSL 154.74º 0.76% 0.25% -
HSV(B) 154.74º 0.86% 0.43% -
XYZ 6.88 11.7 7.69 -
YUV 77.04 124.03 83.75 -
System Red Green Blue C M Y K H S L
Decimal 15 110 70 0.86 0 0.36 0.57 154.74 0.76 0.25
Hex F 6E 46 56 0 24 39 9B 4C 19
Octal 17 156 106 126 0 44 71 233 114 31
Binary 1111 1101110 1000110 1010110 0 100100 111001 10011011 1001100 11001

Color Harmonies of #0F6E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6E46

Black with #0F6E46

Text Example


Text Example

White with #0F6E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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