Html Css Color HEX #0F6D46 Jewel

📋 copy color: '#0F6D46'

red 15 ◦ green 109 ◦ blue 70

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

Shades of Jewel #0F6D46

Tints of Jewel #0F6D46

RGB

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

 GREEN value IS 109 (42.97% from 255) = 56.19%

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

R = 7.73%
G = 56.19%
B = 36.08%

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

#0F6D46 (or 0x0F6D46) is known color: Jewel. HEX triplet: 0F, 6D and 46. RGB value is (15,109,70). Sum of RGB (Red+Green+Blue) = 15+109+70=194 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.73% from 194); Green value is 109 (42.97% from 255 or 56.19% from 194); Blue value is 70 (27.73% from 255 or 36.08% from 194); Max value from RGB is 109 - color contains mainly: green. Hex color #0F6D46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6D46 is #F092B9. Grayscale: #4C4C4C. Windows color (decimal): -15766202 or 4615439. OLE color: 4615439.

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

Color convert

RGB 15 109 70 -
CMYK 0.86 0 0.36 0.57
HSL 155.11º 0.76% 0.24% -
HSV(B) 155.11º 0.86% 0.43% -
XYZ 6.77 11.48 7.65 -
YUV 76.45 124.36 84.17 -
System Red Green Blue C M Y K H S L
Decimal 15 109 70 0.86 0 0.36 0.57 155.11 0.76 0.24
Hex F 6D 46 56 0 24 39 9B 4C 18
Octal 17 155 106 126 0 44 71 233 114 30
Binary 1111 1101101 1000110 1010110 0 100100 111001 10011011 1001100 11000

Color Harmonies of #0F6D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6D46

Black with #0F6D46

Text Example


Text Example

White with #0F6D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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