#074643

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

Shades of Cyprus #074643

Tints of Cyprus #074643

Color information

#074643 (or 0x074643) is unknown color: approx Cyprus. HEX triplet: 07, 46 and 43. RGB value is (7,70,67). Sum of RGB (Red+Green+Blue) = 7+70+67=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 70 (27.73% from 255 or 48.61% from 144); Blue value is 67 (26.56% from 255 or 46.53% from 144); Max value from RGB is 70 - color contains mainly: green. Hex color #074643 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074643 is #F8B9BC. Grayscale: #323232. Windows color (decimal): -16300477 or 4408839. OLE color: 4408839.

HSL color Cylindrical-coordinate representation of color #074643: hue angle of 177.14º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074643 is Cyan = 0.90, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.73.

Color convert

RGB77067-
CMYK0.9000.040.73
HSL177.14º81.82%15.1%-
HSV(B)177.14º90%27.45%-
XYZ3.294.836.07-
YUV50.82137.1396.74-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.86%
GREEN value IS 70 (27.73% from 255) = 48.61%
BLUE value IS 67 (26.56% from 255) = 46.53%
R=4.86%
G=48.61%
B=46.53%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal770670.9000.040.73177.1481.8215.1
Hex746435A0449b152f
Octal71061031320411126112217
Binary111100011010000111011010010010010011011000110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074643; }

 p { color: rgb(7,70,67); }

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

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

 a { background-color: rgb(7,70,67); }

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

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

 span { border-color: rgb(7,70,67); }

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