Html Css Color HEX #0A7255 Watercourse

📋 copy color: '#0A7255'

red 10 ◦ green 114 ◦ blue 85

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

Shades of Watercourse #0A7255

Tints of Watercourse #0A7255

RGB

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

 GREEN value IS 114 (44.92% from 255) = 54.55%

 BLUE value IS 85 (33.59% from 255) = 40.67%

R = 4.78%
G = 54.55%
B = 40.67%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#0A7255 (or 0x0A7255) is known color: Watercourse. HEX triplet: 0A, 72 and 55. RGB value is (10,114,85). Sum of RGB (Red+Green+Blue) = 10+114+85=209 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.78% from 209); Green value is 114 (44.92% from 255 or 54.55% from 209); Blue value is 85 (33.59% from 255 or 40.67% from 209); Max value from RGB is 114 - color contains mainly: green. Hex color #0A7255 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7255 is #F58DAA. Grayscale: #4F4F4F. Windows color (decimal): -16092587 or 5599754. OLE color: 5599754.

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

Color convert

RGB 10 114 85 -
CMYK 0.91 0 0.25 0.55
HSL 163.27º 0.84% 0.24% -
HSV(B) 163.27º 0.91% 0.45% -
XYZ 7.78 12.76 10.65 -
YUV 79.6 131.04 78.36 -
System Red Green Blue C M Y K H S L
Decimal 10 114 85 0.91 0 0.25 0.55 163.27 0.84 0.24
Hex A 72 55 5B 0 19 37 A3 54 18
Octal 12 162 125 133 0 31 67 243 124 30
Binary 1010 1110010 1010101 1011011 0 11001 110111 10100011 1010100 11000

Color Harmonies of #0A7255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7255

Black with #0A7255

Text Example


Text Example

White with #0A7255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,114,85); }

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

background-color css

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

 a { background-color: rgb(10,114,85); }

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

border-color css

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

 span { border-color: rgb(10,114,85); }

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