Html Css Color HEX #0F6643 Jewel

📋 copy color: '#0F6643'

red 15 ◦ green 102 ◦ blue 67

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

Shades of Jewel #0F6643

Tints of Jewel #0F6643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 36.41%

R = 8.15%
G = 55.43%
B = 36.41%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.34

 K value IS 0.6

RGB Variations

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

Color information

#0F6643 (or 0x0F6643) is known color: Jewel. HEX triplet: 0F, 66 and 43. RGB value is (15,102,67). Sum of RGB (Red+Green+Blue) = 15+102+67=184 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.15% from 184); Green value is 102 (40.23% from 255 or 55.43% from 184); Blue value is 67 (26.56% from 255 or 36.41% from 184); Max value from RGB is 102 - color contains mainly: green. Hex color #0F6643 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6643 is #F099BC. Grayscale: #484848. Windows color (decimal): -15767997 or 4417039. OLE color: 4417039.

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

Color convert

RGB 15 102 67 -
CMYK 0.85 0 0.34 0.6
HSL 155.86º 0.74% 0.23% -
HSV(B) 155.86º 0.85% 0.4% -
XYZ 5.96 10.01 6.93 -
YUV 72 125.18 87.35 -
System Red Green Blue C M Y K H S L
Decimal 15 102 67 0.85 0 0.34 0.6 155.86 0.74 0.23
Hex F 66 43 55 0 22 3C 9C 4A 17
Octal 17 146 103 125 0 42 74 234 112 27
Binary 1111 1100110 1000011 1010101 0 100010 111100 10011100 1001010 10111

Color Harmonies of #0F6643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6643

Black with #0F6643

Text Example


Text Example

White with #0F6643

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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