Html Css Color HEX #0F6241 Jewel

📋 copy color: '#0F6241'

red 15 ◦ green 98 ◦ blue 65

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

Shades of Jewel #0F6241

Tints of Jewel #0F6241

RGB

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

 GREEN value IS 98 (38.67% from 255) = 55.06%

 BLUE value IS 65 (25.78% from 255) = 36.52%

R = 8.43%
G = 55.06%
B = 36.52%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#0F6241 (or 0x0F6241) is known color: Jewel. HEX triplet: 0F, 62 and 41. RGB value is (15,98,65). Sum of RGB (Red+Green+Blue) = 15+98+65=178 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.43% from 178); Green value is 98 (38.67% from 255 or 55.06% from 178); Blue value is 65 (25.78% from 255 or 36.52% from 178); Max value from RGB is 98 - color contains mainly: green. Hex color #0F6241 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6241 is #F09DBE. Grayscale: #454545. Windows color (decimal): -15769023 or 4284943. OLE color: 4284943.

HSL color Cylindrical-coordinate representation of color #0F6241: hue angle of 156.14º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F6241 is Cyan = 0.85, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB 15 98 65 -
CMYK 0.85 0 0.34 0.62
HSL 156.14º 0.73% 0.22% -
HSV(B) 156.14º 0.85% 0.38% -
XYZ 5.52 9.22 6.49 -
YUV 69.42 125.5 89.18 -
System Red Green Blue C M Y K H S L
Decimal 15 98 65 0.85 0 0.34 0.62 156.14 0.73 0.22
Hex F 62 41 55 0 22 3E 9C 49 16
Octal 17 142 101 125 0 42 76 234 111 26
Binary 1111 1100010 1000001 1010101 0 100010 111110 10011100 1001001 10110

Color Harmonies of #0F6241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6241

Black with #0F6241

Text Example


Text Example

White with #0F6241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,98,65); }

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

background-color css

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

 a { background-color: rgb(15,98,65); }

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

border-color css

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

 span { border-color: rgb(15,98,65); }

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