Html Css Color HEX #075345 Cyprus

📋 copy color: '#075345'

red 7 ◦ green 83 ◦ blue 69

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

Shades of Cyprus #075345

Tints of Cyprus #075345

RGB

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

 GREEN value IS 83 (32.81% from 255) = 52.2%

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

R = 4.4%
G = 52.2%
B = 43.4%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#075345 (or 0x075345) is known color: Cyprus. HEX triplet: 07, 53 and 45. RGB value is (7,83,69). Sum of RGB (Red+Green+Blue) = 7+83+69=159 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.40% from 159); Green value is 83 (32.81% from 255 or 52.20% from 159); Blue value is 69 (27.34% from 255 or 43.40% from 159); Max value from RGB is 83 - color contains mainly: green. Hex color #075345 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075345 is #F8ACBA. Grayscale: #3A3A3A. Windows color (decimal): -16297147 or 4543239. OLE color: 4543239.

HSL color Cylindrical-coordinate representation of color #075345: hue angle of 168.95º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075345 is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.67.

Color convert

RGB 7 83 69 -
CMYK 0.92 0 0.17 0.67
HSL 168.95º 0.84% 0.18% -
HSV(B) 168.95º 0.92% 0.33% -
XYZ 4.26 6.66 6.69 -
YUV 58.68 133.82 91.14 -
System Red Green Blue C M Y K H S L
Decimal 7 83 69 0.92 0 0.17 0.67 168.95 0.84 0.18
Hex 7 53 45 5C 0 11 43 A9 54 12
Octal 7 123 105 134 0 21 103 251 124 22
Binary 111 1010011 1000101 1011100 0 10001 1000011 10101001 1010100 10010

Color Harmonies of #075345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075345

Black with #075345

Text Example


Text Example

White with #075345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075345; }

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

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

background-color css

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

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

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

border-color css

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

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

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