Html Css Color HEX #0A7653 Watercourse

📋 copy color: '#0A7653'

red 10 ◦ green 118 ◦ blue 83

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

Shades of Watercourse #0A7653

Tints of Watercourse #0A7653

RGB

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

 GREEN value IS 118 (46.48% from 255) = 55.92%

 BLUE value IS 83 (32.81% from 255) = 39.34%

R = 4.74%
G = 55.92%
B = 39.34%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#0A7653 (or 0x0A7653) is known color: Watercourse. HEX triplet: 0A, 76 and 53. RGB value is (10,118,83). Sum of RGB (Red+Green+Blue) = 10+118+83=211 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.74% from 211); Green value is 118 (46.48% from 255 or 55.92% from 211); Blue value is 83 (32.81% from 255 or 39.34% from 211); Max value from RGB is 118 - color contains mainly: green. Hex color #0A7653 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7653 is #F589AC. Grayscale: #515151. Windows color (decimal): -16091565 or 5469706. OLE color: 5469706.

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

Color convert

RGB 10 118 83 -
CMYK 0.92 0 0.30 0.54
HSL 160.56º 0.84% 0.25% -
HSV(B) 160.56º 0.92% 0.46% -
XYZ 8.16 13.65 10.39 -
YUV 81.72 128.72 76.85 -
System Red Green Blue C M Y K H S L
Decimal 10 118 83 0.92 0 0.30 0.54 160.56 0.84 0.25
Hex A 76 53 5C 0 1E 36 A1 54 19
Octal 12 166 123 134 0 36 66 241 124 31
Binary 1010 1110110 1010011 1011100 0 11110 110110 10100001 1010100 11001

Color Harmonies of #0A7653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7653

Black with #0A7653

Text Example


Text Example

White with #0A7653

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,118,83); }

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

background-color css

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

 a { background-color: rgb(10,118,83); }

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

border-color css

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

 span { border-color: rgb(10,118,83); }

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