Html Css Color HEX #61A581 Ocean Green

📋 copy color: '#61A581'

red 97 ◦ green 165 ◦ blue 129

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

Shades of Ocean Green #61A581

Tints of Ocean Green #61A581

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.2%

 BLUE value IS 129 (50.78% from 255) = 32.99%

R = 24.81%
G = 42.2%
B = 32.99%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#61A581 (or 0x61A581) is known color: Ocean Green. HEX triplet: 61, A5 and 81. RGB value is (97,165,129). Sum of RGB (Red+Green+Blue) = 97+165+129=391 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.81% from 391); Green value is 165 (64.84% from 255 or 42.20% from 391); Blue value is 129 (50.78% from 255 or 32.99% from 391); Max value from RGB is 165 - color contains mainly: green. Hex color #61A581 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A581 is #9E5A7E. Grayscale: #8C8C8C. Windows color (decimal): -10377855 or 8496481. OLE color: 8496481.

HSL color Cylindrical-coordinate representation of color #61A581: hue angle of 148.24º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #61A581 is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB 97 165 129 -
CMYK 0.41 0 0.22 0.35
HSL 148.24º 0.27% 0.51% -
HSV(B) 148.24º 0.41% 0.65% -
XYZ 22.35 31.04 25.58 -
YUV 140.56 121.47 96.93 -
System Red Green Blue C M Y K H S L
Decimal 97 165 129 0.41 0 0.22 0.35 148.24 0.27 0.51
Hex 61 A5 81 29 0 16 23 94 1B 33
Octal 141 245 201 51 0 26 43 224 33 63
Binary 1100001 10100101 10000001 101001 0 10110 100011 10010100 11011 110011

Color Harmonies of #61A581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A581

Black with #61A581

Text Example


Text Example

White with #61A581

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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