Html Css Color HEX #095F4D Watercourse

📋 copy color: '#095F4D'

red 9 ◦ green 95 ◦ blue 77

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

Shades of Watercourse #095F4D

Tints of Watercourse #095F4D

RGB

 RED value IS 9 (3.91% from 255) = 4.97%

 GREEN value IS 95 (37.5% from 255) = 52.49%

 BLUE value IS 77 (30.47% from 255) = 42.54%

R = 4.97%
G = 52.49%
B = 42.54%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.19

 K value IS 0.63

RGB Variations

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

Color information

#095F4D (or 0x095F4D) is known color: Watercourse. HEX triplet: 09, 5F and 4D. RGB value is (9,95,77). Sum of RGB (Red+Green+Blue) = 9+95+77=181 (23% of max value = 765). Red value is 9 (3.91% from 255 or 4.97% from 181); Green value is 95 (37.5% from 255 or 52.49% from 181); Blue value is 77 (30.47% from 255 or 42.54% from 181); Max value from RGB is 95 - color contains mainly: green. Hex color #095F4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095F4D is #F6A0B2. Grayscale: #434343. Windows color (decimal): -16162995 or 5070601. OLE color: 5070601.

HSL color Cylindrical-coordinate representation of color #095F4D: hue angle of 167.44º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #095F4D is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.63.

Color convert

RGB 9 95 77 -
CMYK 0.91 0 0.19 0.63
HSL 167.44º 0.83% 0.2% -
HSV(B) 167.44º 0.91% 0.37% -
XYZ 5.54 8.78 8.42 -
YUV 67.23 133.51 86.46 -
System Red Green Blue C M Y K H S L
Decimal 9 95 77 0.91 0 0.19 0.63 167.44 0.83 0.2
Hex 9 5F 4D 5B 0 13 3F A7 53 14
Octal 11 137 115 133 0 23 77 247 123 24
Binary 1001 1011111 1001101 1011011 0 10011 111111 10100111 1010011 10100

Color Harmonies of #095F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095F4D

Black with #095F4D

Text Example


Text Example

White with #095F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095F4D; }

 p { color: rgb(9,95,77); }

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

background-color css

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

 a { background-color: rgb(9,95,77); }

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

border-color css

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

 span { border-color: rgb(9,95,77); }

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