Html Css Color HEX #074D40 Cyprus

📋 copy color: '#074D40'

red 7 ◦ green 77 ◦ blue 64

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

Shades of Cyprus #074D40

Tints of Cyprus #074D40

RGB

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

 GREEN value IS 77 (30.47% from 255) = 52.03%

 BLUE value IS 64 (25.39% from 255) = 43.24%

R = 4.73%
G = 52.03%
B = 43.24%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.17

 K value IS 0.70

RGB Variations

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

Color information

#074D40 (or 0x074D40) is known color: Cyprus. HEX triplet: 07, 4D and 40. RGB value is (7,77,64). Sum of RGB (Red+Green+Blue) = 7+77+64=148 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.73% from 148); Green value is 77 (30.47% from 255 or 52.03% from 148); Blue value is 64 (25.39% from 255 or 43.24% from 148); Max value from RGB is 77 - color contains mainly: green. Hex color #074D40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #074D40 is #F8B2BF. Grayscale: #363636. Windows color (decimal): -16298688 or 4214023. OLE color: 4214023.

HSL color Cylindrical-coordinate representation of color #074D40: hue angle of 168.86º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074D40 is Cyan = 0.91, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.70.

Color convert

RGB 7 77 64 -
CMYK 0.91 0 0.17 0.70
HSL 168.86º 0.83% 0.16% -
HSV(B) 168.86º 0.91% 0.3% -
XYZ 3.67 5.72 5.76 -
YUV 54.59 133.31 94.06 -
System Red Green Blue C M Y K H S L
Decimal 7 77 64 0.91 0 0.17 0.70 168.86 0.83 0.16
Hex 7 4D 40 5B 0 11 46 A9 53 10
Octal 7 115 100 133 0 21 106 251 123 20
Binary 111 1001101 1000000 1011011 0 10001 1000110 10101001 1010011 10000

Color Harmonies of #074D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074D40

Black with #074D40

Text Example


Text Example

White with #074D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,77,64); }

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

background-color css

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

 a { background-color: rgb(7,77,64); }

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

border-color css

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

 span { border-color: rgb(7,77,64); }

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