Html Css Color HEX #0F634B Jewel

📋 copy color: '#0F634B'

red 15 ◦ green 99 ◦ blue 75

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

Shades of Jewel #0F634B

Tints of Jewel #0F634B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 39.68%

R = 7.94%
G = 52.38%
B = 39.68%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.24

 K value IS 0.61

RGB Variations

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

Color information

#0F634B (or 0x0F634B) is known color: Jewel. HEX triplet: 0F, 63 and 4B. RGB value is (15,99,75). Sum of RGB (Red+Green+Blue) = 15+99+75=189 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.94% from 189); Green value is 99 (39.06% from 255 or 52.38% from 189); Blue value is 75 (29.69% from 255 or 39.68% from 189); Max value from RGB is 99 - color contains mainly: green. Hex color #0F634B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F634B is #F09CB4. Grayscale: #474747. Windows color (decimal): -15768757 or 4940559. OLE color: 4940559.

HSL color Cylindrical-coordinate representation of color #0F634B: hue angle of 162.86º 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 #0F634B is Cyan = 0.85, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.61.

Color convert

RGB 15 99 75 -
CMYK 0.85 0 0.24 0.61
HSL 162.86º 0.74% 0.22% -
HSV(B) 162.86º 0.85% 0.39% -
XYZ 5.93 9.53 8.18 -
YUV 71.15 130.17 87.95 -
System Red Green Blue C M Y K H S L
Decimal 15 99 75 0.85 0 0.24 0.61 162.86 0.74 0.22
Hex F 63 4B 55 0 18 3D A3 4A 16
Octal 17 143 113 125 0 30 75 243 112 26
Binary 1111 1100011 1001011 1010101 0 11000 111101 10100011 1001010 10110

Color Harmonies of #0F634B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F634B

Black with #0F634B

Text Example


Text Example

White with #0F634B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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