Html Css Color HEX #074E3F Cyprus

📋 copy color: '#074E3F'

red 7 ◦ green 78 ◦ blue 63

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

Shades of Cyprus #074E3F

Tints of Cyprus #074E3F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 52.7%

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

R = 4.73%
G = 52.7%
B = 42.57%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#074E3F (or 0x074E3F) is known color: Cyprus. HEX triplet: 07, 4E and 3F. RGB value is (7,78,63). Sum of RGB (Red+Green+Blue) = 7+78+63=148 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.73% from 148); Green value is 78 (30.86% from 255 or 52.70% from 148); Blue value is 63 (25% from 255 or 42.57% from 148); Max value from RGB is 78 - color contains mainly: green. Hex color #074E3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #074E3F is #F8B1C0. Grayscale: #373737. Windows color (decimal): -16298433 or 4148743. OLE color: 4148743.

HSL color Cylindrical-coordinate representation of color #074E3F: hue angle of 167.32º 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 #074E3F is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB 7 78 63 -
CMYK 0.91 0 0.19 0.69
HSL 167.32º 0.84% 0.17% -
HSV(B) 167.32º 0.91% 0.31% -
XYZ 3.71 5.85 5.64 -
YUV 55.06 132.48 93.72 -
System Red Green Blue C M Y K H S L
Decimal 7 78 63 0.91 0 0.19 0.69 167.32 0.84 0.17
Hex 7 4E 3F 5B 0 13 45 A7 54 11
Octal 7 116 77 133 0 23 105 247 124 21
Binary 111 1001110 111111 1011011 0 10011 1000101 10100111 1010100 10001

Color Harmonies of #074E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074E3F

Black with #074E3F

Text Example


Text Example

White with #074E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074E3F; }

 p { color: rgb(7,78,63); }

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

background-color css

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

 a { background-color: rgb(7,78,63); }

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

border-color css

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

 span { border-color: rgb(7,78,63); }

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