Html Css Color HEX #074B45 Cyprus

📋 copy color: '#074B45'

red 7 ◦ green 75 ◦ blue 69

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

Shades of Cyprus #074B45

Tints of Cyprus #074B45

RGB

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

 GREEN value IS 75 (29.69% from 255) = 49.67%

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

R = 4.64%
G = 49.67%
B = 45.7%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.08

 K value IS 0.71

RGB Variations

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

Color information

#074B45 (or 0x074B45) is known color: Cyprus. HEX triplet: 07, 4B and 45. RGB value is (7,75,69). Sum of RGB (Red+Green+Blue) = 7+75+69=151 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.64% from 151); Green value is 75 (29.69% from 255 or 49.67% from 151); Blue value is 69 (27.34% from 255 or 45.70% from 151); Max value from RGB is 75 - color contains mainly: green. Hex color #074B45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074B45 is #F8B4BA. Grayscale: #353535. Windows color (decimal): -16299195 or 4541191. OLE color: 4541191.

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

Color convert

RGB 7 75 69 -
CMYK 0.91 0 0.08 0.71
HSL 174.71º 0.83% 0.16% -
HSV(B) 174.71º 0.91% 0.29% -
XYZ 3.68 5.51 6.5 -
YUV 53.98 136.47 94.49 -
System Red Green Blue C M Y K H S L
Decimal 7 75 69 0.91 0 0.08 0.71 174.71 0.83 0.16
Hex 7 4B 45 5B 0 8 47 AF 53 10
Octal 7 113 105 133 0 10 107 257 123 20
Binary 111 1001011 1000101 1011011 0 1000 1000111 10101111 1010011 10000

Color Harmonies of #074B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074B45

Black with #074B45

Text Example


Text Example

White with #074B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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