#61A97F

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

Shades of Ocean Green #61A97F

Tints of Ocean Green #61A97F

Color information

#61A97F (or 0x61A97F) is unknown color: approx Ocean Green. HEX triplet: 61, A9 and 7F. RGB value is (97,169,127). Sum of RGB (Red+Green+Blue) = 97+169+127=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 169 (66.41% from 255 or 43.00% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 169 - color contains mainly: green. Hex color #61A97F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A97F is #9E5680. Grayscale: #8E8E8E. Windows color (decimal): -10376833 or 8366433. OLE color: 8366433.

HSL color Cylindrical-coordinate representation of color #61A97F: hue angle of 145º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #61A97F is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB97169127-
CMYK0.4300.250.34
HSL145º29.51%52.16%-
HSV(B)145º42.6%66.27%-
XYZ22.9532.4525.13-
YUV142.68119.1595.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.68%
GREEN value IS 169 (66.41% from 255) = 43.00%
BLUE value IS 127 (50% from 255) = 32.32%
R=24.68%
G=43.00%
B=32.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal971691270.4300.250.3414529.5152.16
Hex61A97F2B01922911e34
Octal14125117753031422213664
Binary11000011010100111111111010110110011000101001000111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A97F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,169,127); }

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

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

 a { background-color: rgb(97,169,127); }

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

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

 span { border-color: rgb(97,169,127); }

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