Html Css Color HEX #0A714B Watercourse

📋 copy color: '#0A714B'

red 10 ◦ green 113 ◦ blue 75

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

Shades of Watercourse #0A714B

Tints of Watercourse #0A714B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 57.07%

 BLUE value IS 75 (29.69% from 255) = 37.88%

R = 5.05%
G = 57.07%
B = 37.88%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#0A714B (or 0x0A714B) is known color: Watercourse. HEX triplet: 0A, 71 and 4B. RGB value is (10,113,75). Sum of RGB (Red+Green+Blue) = 10+113+75=198 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.05% from 198); Green value is 113 (44.53% from 255 or 57.07% from 198); Blue value is 75 (29.69% from 255 or 37.88% from 198); Max value from RGB is 113 - color contains mainly: green. Hex color #0A714B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A714B is #F58EB4. Grayscale: #4D4D4D. Windows color (decimal): -16092853 or 4944138. OLE color: 4944138.

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

Color convert

RGB 10 113 75 -
CMYK 0.91 0 0.34 0.56
HSL 157.86º 0.84% 0.24% -
HSV(B) 157.86º 0.91% 0.44% -
XYZ 7.3 12.38 8.66 -
YUV 77.87 126.38 79.59 -
System Red Green Blue C M Y K H S L
Decimal 10 113 75 0.91 0 0.34 0.56 157.86 0.84 0.24
Hex A 71 4B 5B 0 22 38 9E 54 18
Octal 12 161 113 133 0 42 70 236 124 30
Binary 1010 1110001 1001011 1011011 0 100010 111000 10011110 1010100 11000

Color Harmonies of #0A714B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A714B

Black with #0A714B

Text Example


Text Example

White with #0A714B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,113,75); }

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

background-color css

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

 a { background-color: rgb(10,113,75); }

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

border-color css

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

 span { border-color: rgb(10,113,75); }

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