Html Css Color HEX #61A780 Ocean Green

📋 copy color: '#61A780'

red 97 ◦ green 167 ◦ blue 128

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

Shades of Ocean Green #61A780

Tints of Ocean Green #61A780

RGB

 RED value IS 97 (38.28% from 255) = 24.74%

 GREEN value IS 167 (65.63% from 255) = 42.6%

 BLUE value IS 128 (50.39% from 255) = 32.65%

R = 24.74%
G = 42.6%
B = 32.65%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#61A780 (or 0x61A780) is known color: Ocean Green. HEX triplet: 61, A7 and 80. RGB value is (97,167,128). Sum of RGB (Red+Green+Blue) = 97+167+128=392 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.74% from 392); Green value is 167 (65.62% from 255 or 42.60% from 392); Blue value is 128 (50.39% from 255 or 32.65% from 392); Max value from RGB is 167 - color contains mainly: green. Hex color #61A780 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A780 is #9E587F. Grayscale: #8D8D8D. Windows color (decimal): -10377344 or 8431457. OLE color: 8431457.

HSL color Cylindrical-coordinate representation of color #61A780: hue angle of 146.57º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #61A780 is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 97 167 128 -
CMYK 0.42 0 0.23 0.35
HSL 146.57º 0.28% 0.52% -
HSV(B) 146.57º 0.42% 0.65% -
XYZ 22.64 31.74 25.35 -
YUV 141.62 120.31 96.17 -
System Red Green Blue C M Y K H S L
Decimal 97 167 128 0.42 0 0.23 0.35 146.57 0.28 0.52
Hex 61 A7 80 2A 0 17 23 93 1C 34
Octal 141 247 200 52 0 27 43 223 34 64
Binary 1100001 10100111 10000000 101010 0 10111 100011 10010011 11100 110100

Color Harmonies of #61A780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A780

Black with #61A780

Text Example


Text Example

White with #61A780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61A780; }

 p { color: rgb(97,167,128); }

 H1.HeaderClassName
 {
   color: #61A780;
 }
 .AnyTagClassName
 {
   color: #61A780;
 }
</style>

background-color css

<style>
 a { background-color: #61A780; }

 a { background-color: rgb(97,167,128); }

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

border-color css

<style>
 span { border-color: #61A780; }

 span { border-color: rgb(97,167,128); }

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