Html Css Color HEX #0A7554 Watercourse

📋 copy color: '#0A7554'

red 10 ◦ green 117 ◦ blue 84

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

Shades of Watercourse #0A7554

Tints of Watercourse #0A7554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 39.81%

R = 4.74%
G = 55.45%
B = 39.81%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#0A7554 (or 0x0A7554) is known color: Watercourse. HEX triplet: 0A, 75 and 54. RGB value is (10,117,84). Sum of RGB (Red+Green+Blue) = 10+117+84=211 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.74% from 211); Green value is 117 (46.09% from 255 or 55.45% from 211); Blue value is 84 (33.20% from 255 or 39.81% from 211); Max value from RGB is 117 - color contains mainly: green. Hex color #0A7554 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7554 is #F58AAB. Grayscale: #515151. Windows color (decimal): -16091820 or 5534986. OLE color: 5534986.

HSL color Cylindrical-coordinate representation of color #0A7554: hue angle of 161.5º 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 #0A7554 is Cyan = 0.91, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.54.

Color convert

RGB 10 117 84 -
CMYK 0.91 0 0.28 0.54
HSL 161.5º 0.84% 0.25% -
HSV(B) 161.5º 0.91% 0.46% -
XYZ 8.09 13.43 10.55 -
YUV 81.25 129.55 77.18 -
System Red Green Blue C M Y K H S L
Decimal 10 117 84 0.91 0 0.28 0.54 161.5 0.84 0.25
Hex A 75 54 5B 0 1C 36 A1 54 19
Octal 12 165 124 133 0 34 66 241 124 31
Binary 1010 1110101 1010100 1011011 0 11100 110110 10100001 1010100 11001

Color Harmonies of #0A7554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7554

Black with #0A7554

Text Example


Text Example

White with #0A7554

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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