Html Css Color HEX #0F654D Jewel

📋 copy color: '#0F654D'

red 15 ◦ green 101 ◦ blue 77

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

Shades of Jewel #0F654D

Tints of Jewel #0F654D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 39.9%

R = 7.77%
G = 52.33%
B = 39.9%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.24

 K value IS 0.60

RGB Variations

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

Color information

#0F654D (or 0x0F654D) is known color: Jewel. HEX triplet: 0F, 65 and 4D. RGB value is (15,101,77). Sum of RGB (Red+Green+Blue) = 15+101+77=193 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.77% from 193); Green value is 101 (39.84% from 255 or 52.33% from 193); Blue value is 77 (30.47% from 255 or 39.90% from 193); Max value from RGB is 101 - color contains mainly: green. Hex color #0F654D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F654D is #F09AB2. Grayscale: #484848. Windows color (decimal): -15768243 or 5072143. OLE color: 5072143.

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

Color convert

RGB 15 101 77 -
CMYK 0.85 0 0.24 0.60
HSL 163.26º 0.74% 0.23% -
HSV(B) 163.26º 0.85% 0.4% -
XYZ 6.19 9.94 8.61 -
YUV 72.55 130.51 86.95 -
System Red Green Blue C M Y K H S L
Decimal 15 101 77 0.85 0 0.24 0.60 163.26 0.74 0.23
Hex F 65 4D 55 0 18 3C A3 4A 17
Octal 17 145 115 125 0 30 74 243 112 27
Binary 1111 1100101 1001101 1010101 0 11000 111100 10100011 1001010 10111

Color Harmonies of #0F654D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F654D

Black with #0F654D

Text Example


Text Example

White with #0F654D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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