Html Css Color HEX #0F6C3D Jewel

📋 copy color: '#0F6C3D'

red 15 ◦ green 108 ◦ blue 61

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

Shades of Jewel #0F6C3D

Tints of Jewel #0F6C3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 33.15%

R = 8.15%
G = 58.7%
B = 33.15%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.44

 K value IS 0.58

RGB Variations

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

Color information

#0F6C3D (or 0x0F6C3D) is known color: Jewel. HEX triplet: 0F, 6C and 3D. RGB value is (15,108,61). Sum of RGB (Red+Green+Blue) = 15+108+61=184 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.15% from 184); Green value is 108 (42.58% from 255 or 58.70% from 184); Blue value is 61 (24.22% from 255 or 33.15% from 184); Max value from RGB is 108 - color contains mainly: green. Hex color #0F6C3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6C3D is #F093C2. Grayscale: #4A4A4A. Windows color (decimal): -15766467 or 4025359. OLE color: 4025359.

HSL color Cylindrical-coordinate representation of color #0F6C3D: hue angle of 149.68º 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 #0F6C3D is Cyan = 0.86, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.58.

Color convert

RGB 15 108 61 -
CMYK 0.86 0 0.44 0.58
HSL 149.68º 0.76% 0.24% -
HSV(B) 149.68º 0.86% 0.42% -
XYZ 6.4 11.16 6.23 -
YUV 74.84 120.19 85.32 -
System Red Green Blue C M Y K H S L
Decimal 15 108 61 0.86 0 0.44 0.58 149.68 0.76 0.24
Hex F 6C 3D 56 0 2C 3A 96 4C 18
Octal 17 154 75 126 0 54 72 226 114 30
Binary 1111 1101100 111101 1010110 0 101100 111010 10010110 1001100 11000

Color Harmonies of #0F6C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6C3D

Black with #0F6C3D

Text Example


Text Example

White with #0F6C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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