#07688F

Color #07688F Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #07688F

Tints of Allports #07688F

Color information

#07688F (or 0x07688F) is unknown color: approx Allports. HEX triplet: 07, 68 and 8F. RGB value is (7,104,143). Sum of RGB (Red+Green+Blue) = 7+104+143=254 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.76% from 254); Green value is 104 (41.02% from 255 or 40.94% from 254); Blue value is 143 (56.25% from 255 or 56.30% from 254); Max value from RGB is 143 - color contains mainly: blue. Hex color #07688F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07688F is #F89770. Grayscale: #4F4F4F. Windows color (decimal): -16291697 or 9398279. OLE color: 9398279.

HSL color Cylindrical-coordinate representation of color #07688F: hue angle of 197.21º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07688F is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7104143-
CMYK0.950.2700.44
HSL197.21º90.67%29.41%-
HSV(B)197.21º95.1%56.08%-
XYZ1011.9327.76-
YUV79.44163.8676.33-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.76%
GREEN value IS 104 (41.02% from 255) = 40.94%
BLUE value IS 143 (56.25% from 255) = 56.30%
R=2.76%
G=40.94%
B=56.30%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal71041430.950.2700.44197.2190.6729.41
Hex7688F5F1B02Cc55b1d
Octal71502171373305430513335
Binary111110100010001111101111111011010110011000101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07688F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07688F; }

 p { color: rgb(7,104,143); }

 H1.HeaderClassName
 {
   color: #07688F;
 }
 .AnyTagClassName
 {
   color: #07688F;
 }
</style>
background-color css

<style>
 a { background-color: #07688F; }

 a { background-color: rgb(7,104,143); }

 div.DivClassName
 {
   background-color: #07688F;
 }
 .BgClassName
 {
   background-color: #07688F;
 }
</style>
border-color css

<style>
 span { border-color: #07688F; }

 span { border-color: rgb(7,104,143); }

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