Html Css Color HEX #0A754D Watercourse

📋 copy color: '#0A754D'

red 10 ◦ green 117 ◦ blue 77

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

Shades of Watercourse #0A754D

Tints of Watercourse #0A754D

RGB

 RED value IS 10 (4.3% from 255) = 4.9%

 GREEN value IS 117 (46.09% from 255) = 57.35%

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

R = 4.9%
G = 57.35%
B = 37.75%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#0A754D (or 0x0A754D) is known color: Watercourse. HEX triplet: 0A, 75 and 4D. RGB value is (10,117,77). Sum of RGB (Red+Green+Blue) = 10+117+77=204 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.90% from 204); Green value is 117 (46.09% from 255 or 57.35% from 204); Blue value is 77 (30.47% from 255 or 37.75% from 204); Max value from RGB is 117 - color contains mainly: green. Hex color #0A754D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A754D is #F58AB2. Grayscale: #505050. Windows color (decimal): -16091827 or 5076234. OLE color: 5076234.

HSL color Cylindrical-coordinate representation of color #0A754D: hue angle of 157.57º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A754D is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB 10 117 77 -
CMYK 0.91 0 0.34 0.54
HSL 157.57º 0.84% 0.25% -
HSV(B) 157.57º 0.91% 0.46% -
XYZ 7.83 13.32 9.18 -
YUV 80.45 126.05 77.75 -
System Red Green Blue C M Y K H S L
Decimal 10 117 77 0.91 0 0.34 0.54 157.57 0.84 0.25
Hex A 75 4D 5B 0 22 36 9E 54 19
Octal 12 165 115 133 0 42 66 236 124 31
Binary 1010 1110101 1001101 1011011 0 100010 110110 10011110 1010100 11001

Color Harmonies of #0A754D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A754D

Black with #0A754D

Text Example


Text Example

White with #0A754D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A754D; }

 p { color: rgb(10,117,77); }

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

background-color css

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

 a { background-color: rgb(10,117,77); }

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

border-color css

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

 span { border-color: rgb(10,117,77); }

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