Html Css Color HEX #0A7952 Watercourse

📋 copy color: '#0A7952'

red 10 ◦ green 121 ◦ blue 82

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

Shades of Watercourse #0A7952

Tints of Watercourse #0A7952

RGB

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

 GREEN value IS 121 (47.66% from 255) = 56.81%

 BLUE value IS 82 (32.42% from 255) = 38.5%

R = 4.69%
G = 56.81%
B = 38.5%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#0A7952 (or 0x0A7952) is known color: Watercourse. HEX triplet: 0A, 79 and 52. RGB value is (10,121,82). Sum of RGB (Red+Green+Blue) = 10+121+82=213 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.69% from 213); Green value is 121 (47.66% from 255 or 56.81% from 213); Blue value is 82 (32.42% from 255 or 38.50% from 213); Max value from RGB is 121 - color contains mainly: green. Hex color #0A7952 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7952 is #F586AD. Grayscale: #535353. Windows color (decimal): -16090798 or 5404938. OLE color: 5404938.

HSL color Cylindrical-coordinate representation of color #0A7952: hue angle of 158.92º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7952 is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB 10 121 82 -
CMYK 0.92 0 0.32 0.53
HSL 158.92º 0.85% 0.26% -
HSV(B) 158.92º 0.92% 0.47% -
XYZ 8.49 14.35 10.3 -
YUV 83.37 127.23 75.67 -
System Red Green Blue C M Y K H S L
Decimal 10 121 82 0.92 0 0.32 0.53 158.92 0.85 0.26
Hex A 79 52 5C 0 20 35 9F 55 1A
Octal 12 171 122 134 0 40 65 237 125 32
Binary 1010 1111001 1010010 1011100 0 100000 110101 10011111 1010101 11010

Color Harmonies of #0A7952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7952

Black with #0A7952

Text Example


Text Example

White with #0A7952

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,121,82); }

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

background-color css

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

 a { background-color: rgb(10,121,82); }

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

border-color css

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

 span { border-color: rgb(10,121,82); }

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