Html Css Color HEX #074B3E Cyprus

📋 copy color: '#074B3E'

red 7 ◦ green 75 ◦ blue 62

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

Shades of Cyprus #074B3E

Tints of Cyprus #074B3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 43.06%

R = 4.86%
G = 52.08%
B = 43.06%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.17

 K value IS 0.71

RGB Variations

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

Color information

#074B3E (or 0x074B3E) is known color: Cyprus. HEX triplet: 07, 4B and 3E. RGB value is (7,75,62). Sum of RGB (Red+Green+Blue) = 7+75+62=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 75 (29.69% from 255 or 52.08% from 144); Blue value is 62 (24.61% from 255 or 43.06% from 144); Max value from RGB is 75 - color contains mainly: green. Hex color #074B3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074B3E is #F8B4C1. Grayscale: #353535. Windows color (decimal): -16299202 or 4082439. OLE color: 4082439.

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

Color convert

RGB 7 75 62 -
CMYK 0.91 0 0.17 0.71
HSL 168.53º 0.83% 0.16% -
HSV(B) 168.53º 0.91% 0.29% -
XYZ 3.47 5.43 5.42 -
YUV 53.19 132.97 95.06 -
System Red Green Blue C M Y K H S L
Decimal 7 75 62 0.91 0 0.17 0.71 168.53 0.83 0.16
Hex 7 4B 3E 5B 0 11 47 A9 53 10
Octal 7 113 76 133 0 21 107 251 123 20
Binary 111 1001011 111110 1011011 0 10001 1000111 10101001 1010011 10000

Color Harmonies of #074B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074B3E

Black with #074B3E

Text Example


Text Example

White with #074B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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