Html Css Color HEX #0F634A Jewel

📋 copy color: '#0F634A'

red 15 ◦ green 99 ◦ blue 74

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

Shades of Jewel #0F634A

Tints of Jewel #0F634A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 52.66%

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

R = 7.98%
G = 52.66%
B = 39.36%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.25

 K value IS 0.61

RGB Variations

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

Color information

#0F634A (or 0x0F634A) is known color: Jewel. HEX triplet: 0F, 63 and 4A. RGB value is (15,99,74). Sum of RGB (Red+Green+Blue) = 15+99+74=188 (24% of max value = 765). Red value is 15 (6.25% from 255 or 7.98% from 188); Green value is 99 (39.06% from 255 or 52.66% from 188); Blue value is 74 (29.30% from 255 or 39.36% from 188); Max value from RGB is 99 - color contains mainly: green. Hex color #0F634A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F634A is #F09CB5. Grayscale: #474747. Windows color (decimal): -15768758 or 4875023. OLE color: 4875023.

HSL color Cylindrical-coordinate representation of color #0F634A: hue angle of 162.14º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F634A is Cyan = 0.85, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB 15 99 74 -
CMYK 0.85 0 0.25 0.61
HSL 162.14º 0.74% 0.22% -
HSV(B) 162.14º 0.85% 0.39% -
XYZ 5.89 9.52 8.01 -
YUV 71.03 129.67 88.03 -
System Red Green Blue C M Y K H S L
Decimal 15 99 74 0.85 0 0.25 0.61 162.14 0.74 0.22
Hex F 63 4A 55 0 19 3D A2 4A 16
Octal 17 143 112 125 0 31 75 242 112 26
Binary 1111 1100011 1001010 1010101 0 11001 111101 10100010 1001010 10110

Color Harmonies of #0F634A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F634A

Black with #0F634A

Text Example


Text Example

White with #0F634A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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