Html Css Color HEX #073D3C Cyprus

📋 copy color: '#073D3C'

red 7 ◦ green 61 ◦ blue 60

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

Shades of Cyprus #073D3C

Tints of Cyprus #073D3C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 47.66%

 BLUE value IS 60 (23.83% from 255) = 46.88%

R = 5.47%
G = 47.66%
B = 46.88%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.02

 K value IS 0.76

RGB Variations

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

Color information

#073D3C (or 0x073D3C) is known color: Cyprus. HEX triplet: 07, 3D and 3C. RGB value is (7,61,60). Sum of RGB (Red+Green+Blue) = 7+61+60=128 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.47% from 128); Green value is 61 (24.22% from 255 or 47.66% from 128); Blue value is 60 (23.83% from 255 or 46.88% from 128); Max value from RGB is 61 - color contains mainly: green. Hex color #073D3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073D3C is #F8C2C3. Grayscale: #2C2C2C. Windows color (decimal): -16302788 or 3947783. OLE color: 3947783.

HSL color Cylindrical-coordinate representation of color #073D3C: hue angle of 178.89º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #073D3C is Cyan = 0.89, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.76.

Color convert

RGB 7 61 60 -
CMYK 0.89 0 0.02 0.76
HSL 178.89º 0.79% 0.13% -
HSV(B) 178.89º 0.89% 0.24% -
XYZ 2.57 3.71 4.86 -
YUV 44.74 136.61 101.08 -
System Red Green Blue C M Y K H S L
Decimal 7 61 60 0.89 0 0.02 0.76 178.89 0.79 0.13
Hex 7 3D 3C 59 0 2 4C B3 4F D
Octal 7 75 74 131 0 2 114 263 117 15
Binary 111 111101 111100 1011001 0 10 1001100 10110011 1001111 1101

Color Harmonies of #073D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073D3C

Black with #073D3C

Text Example


Text Example

White with #073D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073D3C; }

 p { color: rgb(7,61,60); }

 H1.HeaderClassName
 {
   color: #073D3C;
 }
 .AnyTagClassName
 {
   color: #073D3C;
 }
</style>

background-color css

<style>
 a { background-color: #073D3C; }

 a { background-color: rgb(7,61,60); }

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

border-color css

<style>
 span { border-color: #073D3C; }

 span { border-color: rgb(7,61,60); }

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