Html Css Color HEX #0F654C Jewel

📋 copy color: '#0F654C'

red 15 ◦ green 101 ◦ blue 76

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

Shades of Jewel #0F654C

Tints of Jewel #0F654C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 52.6%

 BLUE value IS 76 (30.08% from 255) = 39.58%

R = 7.81%
G = 52.6%
B = 39.58%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.25

 K value IS 0.60

RGB Variations

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

Color information

#0F654C (or 0x0F654C) is known color: Jewel. HEX triplet: 0F, 65 and 4C. RGB value is (15,101,76). Sum of RGB (Red+Green+Blue) = 15+101+76=192 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.81% from 192); Green value is 101 (39.84% from 255 or 52.60% from 192); Blue value is 76 (30.08% from 255 or 39.58% from 192); Max value from RGB is 101 - color contains mainly: green. Hex color #0F654C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F654C is #F09AB3. Grayscale: #484848. Windows color (decimal): -15768244 or 5006607. OLE color: 5006607.

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

Color convert

RGB 15 101 76 -
CMYK 0.85 0 0.25 0.60
HSL 162.56º 0.74% 0.23% -
HSV(B) 162.56º 0.85% 0.4% -
XYZ 6.16 9.93 8.43 -
YUV 72.44 130.01 87.03 -
System Red Green Blue C M Y K H S L
Decimal 15 101 76 0.85 0 0.25 0.60 162.56 0.74 0.23
Hex F 65 4C 55 0 19 3C A3 4A 17
Octal 17 145 114 125 0 31 74 243 112 27
Binary 1111 1100101 1001100 1010101 0 11001 111100 10100011 1001010 10111

Color Harmonies of #0F654C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F654C

Black with #0F654C

Text Example


Text Example

White with #0F654C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,101,76); }

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

background-color css

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

 a { background-color: rgb(15,101,76); }

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

border-color css

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

 span { border-color: rgb(15,101,76); }

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