Html Css Color HEX #0F6C40 Jewel

📋 copy color: '#0F6C40'

red 15 ◦ green 108 ◦ blue 64

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

Shades of Jewel #0F6C40

Tints of Jewel #0F6C40

RGB

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

 GREEN value IS 108 (42.58% from 255) = 57.75%

 BLUE value IS 64 (25.39% from 255) = 34.22%

R = 8.02%
G = 57.75%
B = 34.22%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.41

 K value IS 0.58

RGB Variations

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

Color information

#0F6C40 (or 0x0F6C40) is known color: Jewel. HEX triplet: 0F, 6C and 40. RGB value is (15,108,64). Sum of RGB (Red+Green+Blue) = 15+108+64=187 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.02% from 187); Green value is 108 (42.58% from 255 or 57.75% from 187); Blue value is 64 (25.39% from 255 or 34.22% from 187); Max value from RGB is 108 - color contains mainly: green. Hex color #0F6C40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6C40 is #F093BF. Grayscale: #4B4B4B. Windows color (decimal): -15766464 or 4221967. OLE color: 4221967.

HSL color Cylindrical-coordinate representation of color #0F6C40: hue angle of 151.61º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F6C40 is Cyan = 0.86, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.58.

Color convert

RGB 15 108 64 -
CMYK 0.86 0 0.41 0.58
HSL 151.61º 0.76% 0.24% -
HSV(B) 151.61º 0.86% 0.42% -
XYZ 6.48 11.2 6.67 -
YUV 75.18 121.69 85.08 -
System Red Green Blue C M Y K H S L
Decimal 15 108 64 0.86 0 0.41 0.58 151.61 0.76 0.24
Hex F 6C 40 56 0 29 3A 98 4C 18
Octal 17 154 100 126 0 51 72 230 114 30
Binary 1111 1101100 1000000 1010110 0 101001 111010 10011000 1001100 11000

Color Harmonies of #0F6C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6C40

Black with #0F6C40

Text Example


Text Example

White with #0F6C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,108,64); }

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

background-color css

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

 a { background-color: rgb(15,108,64); }

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

border-color css

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

 span { border-color: rgb(15,108,64); }

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