#61A781

Color #61A781 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #61A781

Tints of Ocean Green #61A781

Color information

#61A781 (or 0x61A781) is unknown color: approx Ocean Green. HEX triplet: 61, A7 and 81. RGB value is (97,167,129). Sum of RGB (Red+Green+Blue) = 97+167+129=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 167 (65.62% from 255 or 42.49% from 393); Blue value is 129 (50.78% from 255 or 32.82% from 393); Max value from RGB is 167 - color contains mainly: green. Hex color #61A781 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A781 is #9E587E. Grayscale: #8D8D8D. Windows color (decimal): -10377343 or 8496993. OLE color: 8496993.

HSL color Cylindrical-coordinate representation of color #61A781: hue angle of 147.43º 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 #61A781 is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB97167129-
CMYK0.4200.230.35
HSL147.43º28.46%51.76%-
HSV(B)147.43º41.92%65.49%-
XYZ22.7131.7625.7-
YUV141.74120.8196.09-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.68%
GREEN value IS 167 (65.62% from 255) = 42.49%
BLUE value IS 129 (50.78% from 255) = 32.82%
R=24.68%
G=42.49%
B=32.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal971671290.4200.230.35147.4328.4651.76
Hex61A7812A01723931c34
Octal14124720152027432233464
Binary110000110100111100000011010100101111000111001001111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #61A781;
 }
 .AnyTagClassName
 {
   color: #61A781;
 }
</style>
background-color css

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

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

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

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

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

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