Html Css Color HEX #075046 Cyprus

📋 copy color: '#075046'

red 7 ◦ green 80 ◦ blue 70

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

Shades of Cyprus #075046

Tints of Cyprus #075046

RGB

 RED value IS 7 (3.13% from 255) = 4.46%

 GREEN value IS 80 (31.64% from 255) = 50.96%

 BLUE value IS 70 (27.73% from 255) = 44.59%

R = 4.46%
G = 50.96%
B = 44.59%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.12

 K value IS 0.69

RGB Variations

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

Color information

#075046 (or 0x075046) is known color: Cyprus. HEX triplet: 07, 50 and 46. RGB value is (7,80,70). Sum of RGB (Red+Green+Blue) = 7+80+70=157 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.46% from 157); Green value is 80 (31.64% from 255 or 50.96% from 157); Blue value is 70 (27.73% from 255 or 44.59% from 157); Max value from RGB is 80 - color contains mainly: green. Hex color #075046 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075046 is #F8AFB9. Grayscale: #393939. Windows color (decimal): -16297914 or 4608007. OLE color: 4608007.

HSL color Cylindrical-coordinate representation of color #075046: hue angle of 171.78º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #075046 is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.69.

Color convert

RGB 7 80 70 -
CMYK 0.91 0 0.12 0.69
HSL 171.78º 0.84% 0.17% -
HSV(B) 171.78º 0.91% 0.31% -
XYZ 4.06 6.22 6.78 -
YUV 57.03 135.32 92.31 -
System Red Green Blue C M Y K H S L
Decimal 7 80 70 0.91 0 0.12 0.69 171.78 0.84 0.17
Hex 7 50 46 5B 0 C 45 AC 54 11
Octal 7 120 106 133 0 14 105 254 124 21
Binary 111 1010000 1000110 1011011 0 1100 1000101 10101100 1010100 10001

Color Harmonies of #075046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075046

Black with #075046

Text Example


Text Example

White with #075046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075046; }

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

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

background-color css

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

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

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

border-color css

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

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

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