Html Css Color HEX #0F6B4A Jewel

📋 copy color: '#0F6B4A'

red 15 ◦ green 107 ◦ blue 74

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

Shades of Jewel #0F6B4A

Tints of Jewel #0F6B4A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 54.59%

 BLUE value IS 74 (29.3% from 255) = 37.76%

R = 7.65%
G = 54.59%
B = 37.76%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.31

 K value IS 0.58

RGB Variations

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

Color information

#0F6B4A (or 0x0F6B4A) is known color: Jewel. HEX triplet: 0F, 6B and 4A. RGB value is (15,107,74). Sum of RGB (Red+Green+Blue) = 15+107+74=196 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.65% from 196); Green value is 107 (42.19% from 255 or 54.59% from 196); Blue value is 74 (29.30% from 255 or 37.76% from 196); Max value from RGB is 107 - color contains mainly: green. Hex color #0F6B4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6B4A is #F094B5. Grayscale: #4B4B4B. Windows color (decimal): -15766710 or 4877071. OLE color: 4877071.

HSL color Cylindrical-coordinate representation of color #0F6B4A: hue angle of 158.48º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F6B4A is Cyan = 0.86, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB 15 107 74 -
CMYK 0.86 0 0.31 0.58
HSL 158.48º 0.75% 0.24% -
HSV(B) 158.48º 0.86% 0.42% -
XYZ 6.69 11.11 8.27 -
YUV 75.73 127.02 84.68 -
System Red Green Blue C M Y K H S L
Decimal 15 107 74 0.86 0 0.31 0.58 158.48 0.75 0.24
Hex F 6B 4A 56 0 1F 3A 9E 4B 18
Octal 17 153 112 126 0 37 72 236 113 30
Binary 1111 1101011 1001010 1010110 0 11111 111010 10011110 1001011 11000

Color Harmonies of #0F6B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6B4A

Black with #0F6B4A

Text Example


Text Example

White with #0F6B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,107,74); }

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

background-color css

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

 a { background-color: rgb(15,107,74); }

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

border-color css

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

 span { border-color: rgb(15,107,74); }

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