Html Css Color HEX #074A45 Cyprus

📋 copy color: '#074A45'

red 7 ◦ green 74 ◦ blue 69

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

Shades of Cyprus #074A45

Tints of Cyprus #074A45

RGB

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

 GREEN value IS 74 (29.3% from 255) = 49.33%

 BLUE value IS 69 (27.34% from 255) = 46%

R = 4.67%
G = 49.33%
B = 46%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.07

 K value IS 0.71

RGB Variations

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

Color information

#074A45 (or 0x074A45) is known color: Cyprus. HEX triplet: 07, 4A and 45. RGB value is (7,74,69). Sum of RGB (Red+Green+Blue) = 7+74+69=150 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.67% from 150); Green value is 74 (29.30% from 255 or 49.33% from 150); Blue value is 69 (27.34% from 255 or 46% from 150); Max value from RGB is 74 - color contains mainly: green. Hex color #074A45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074A45 is #F8B5BA. Grayscale: #353535. Windows color (decimal): -16299451 or 4540935. OLE color: 4540935.

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

Color convert

RGB 7 74 69 -
CMYK 0.91 0 0.07 0.71
HSL 175.52º 0.83% 0.16% -
HSV(B) 175.52º 0.91% 0.29% -
XYZ 3.61 5.37 6.48 -
YUV 53.4 136.8 94.91 -
System Red Green Blue C M Y K H S L
Decimal 7 74 69 0.91 0 0.07 0.71 175.52 0.83 0.16
Hex 7 4A 45 5B 0 7 47 B0 53 10
Octal 7 112 105 133 0 7 107 260 123 20
Binary 111 1001010 1000101 1011011 0 111 1000111 10110000 1010011 10000

Color Harmonies of #074A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074A45

Black with #074A45

Text Example


Text Example

White with #074A45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,74,69); }

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

background-color css

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

 a { background-color: rgb(7,74,69); }

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

border-color css

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

 span { border-color: rgb(7,74,69); }

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