Html Css Color HEX #075D4B Watercourse

📋 copy color: '#075D4B'

red 7 ◦ green 93 ◦ blue 75

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

Shades of Watercourse #075D4B

Tints of Watercourse #075D4B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 53.14%

 BLUE value IS 75 (29.69% from 255) = 42.86%

R = 4%
G = 53.14%
B = 42.86%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.19

 K value IS 0.64

RGB Variations

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

Color information

#075D4B (or 0x075D4B) is known color: Watercourse. HEX triplet: 07, 5D and 4B. RGB value is (7,93,75). Sum of RGB (Red+Green+Blue) = 7+93+75=175 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4% from 175); Green value is 93 (36.72% from 255 or 53.14% from 175); Blue value is 75 (29.69% from 255 or 42.86% from 175); Max value from RGB is 93 - color contains mainly: green. Hex color #075D4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075D4B is #F8A2B4. Grayscale: #414141. Windows color (decimal): -16294581 or 4939015. OLE color: 4939015.

HSL color Cylindrical-coordinate representation of color #075D4B: hue angle of 167.44º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075D4B is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.64.

Color convert

RGB 7 93 75 -
CMYK 0.92 0 0.19 0.64
HSL 167.44º 0.86% 0.2% -
HSV(B) 167.44º 0.92% 0.36% -
XYZ 5.27 8.38 8 -
YUV 65.23 133.51 86.46 -
System Red Green Blue C M Y K H S L
Decimal 7 93 75 0.92 0 0.19 0.64 167.44 0.86 0.2
Hex 7 5D 4B 5C 0 13 40 A7 56 14
Octal 7 135 113 134 0 23 100 247 126 24
Binary 111 1011101 1001011 1011100 0 10011 1000000 10100111 1010110 10100

Color Harmonies of #075D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075D4B

Black with #075D4B

Text Example


Text Example

White with #075D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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