Html Css Color HEX #0F663F Jewel

📋 copy color: '#0F663F'

red 15 ◦ green 102 ◦ blue 63

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

Shades of Jewel #0F663F

Tints of Jewel #0F663F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 35%

R = 8.33%
G = 56.67%
B = 35%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.38

 K value IS 0.6

RGB Variations

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

Color information

#0F663F (or 0x0F663F) is known color: Jewel. HEX triplet: 0F, 66 and 3F. RGB value is (15,102,63). Sum of RGB (Red+Green+Blue) = 15+102+63=180 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.33% from 180); Green value is 102 (40.23% from 255 or 56.67% from 180); Blue value is 63 (25% from 255 or 35% from 180); Max value from RGB is 102 - color contains mainly: green. Hex color #0F663F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F663F is #F099C0. Grayscale: #474747. Windows color (decimal): -15768001 or 4154895. OLE color: 4154895.

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

Color convert

RGB 15 102 63 -
CMYK 0.85 0 0.38 0.6
HSL 153.1º 0.74% 0.23% -
HSV(B) 153.1º 0.85% 0.4% -
XYZ 5.85 9.96 6.32 -
YUV 71.54 123.18 87.67 -
System Red Green Blue C M Y K H S L
Decimal 15 102 63 0.85 0 0.38 0.6 153.1 0.74 0.23
Hex F 66 3F 55 0 26 3C 99 4A 17
Octal 17 146 77 125 0 46 74 231 112 27
Binary 1111 1100110 111111 1010101 0 100110 111100 10011001 1001010 10111

Color Harmonies of #0F663F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F663F

Black with #0F663F

Text Example


Text Example

White with #0F663F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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