Html Css Color HEX #0F6648 Jewel

📋 copy color: '#0F6648'

red 15 ◦ green 102 ◦ blue 72

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

Shades of Jewel #0F6648

Tints of Jewel #0F6648

RGB

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

 GREEN value IS 102 (40.23% from 255) = 53.97%

 BLUE value IS 72 (28.52% from 255) = 38.1%

R = 7.94%
G = 53.97%
B = 38.1%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.29

 K value IS 0.6

RGB Variations

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

Color information

#0F6648 (or 0x0F6648) is known color: Jewel. HEX triplet: 0F, 66 and 48. RGB value is (15,102,72). Sum of RGB (Red+Green+Blue) = 15+102+72=189 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.94% from 189); Green value is 102 (40.23% from 255 or 53.97% from 189); Blue value is 72 (28.52% from 255 or 38.10% from 189); Max value from RGB is 102 - color contains mainly: green. Hex color #0F6648 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6648 is #F099B7. Grayscale: #484848. Windows color (decimal): -15767992 or 4744719. OLE color: 4744719.

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

Color convert

RGB 15 102 72 -
CMYK 0.85 0 0.29 0.6
HSL 159.31º 0.74% 0.23% -
HSV(B) 159.31º 0.85% 0.4% -
XYZ 6.12 10.07 7.75 -
YUV 72.57 127.68 86.94 -
System Red Green Blue C M Y K H S L
Decimal 15 102 72 0.85 0 0.29 0.6 159.31 0.74 0.23
Hex F 66 48 55 0 1D 3C 9F 4A 17
Octal 17 146 110 125 0 35 74 237 112 27
Binary 1111 1100110 1001000 1010101 0 11101 111100 10011111 1001010 10111

Color Harmonies of #0F6648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6648

Black with #0F6648

Text Example


Text Example

White with #0F6648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,102,72); }

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

background-color css

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

 a { background-color: rgb(15,102,72); }

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

border-color css

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

 span { border-color: rgb(15,102,72); }

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