Html Css Color HEX #61AB7D Ocean Green

📋 copy color: '#61AB7D'

red 97 ◦ green 171 ◦ blue 125

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

Shades of Ocean Green #61AB7D

Tints of Ocean Green #61AB7D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.51%

 BLUE value IS 125 (49.22% from 255) = 31.81%

R = 24.68%
G = 43.51%
B = 31.81%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#61AB7D (or 0x61AB7D) is known color: Ocean Green. HEX triplet: 61, AB and 7D. RGB value is (97,171,125). Sum of RGB (Red+Green+Blue) = 97+171+125=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 171 (67.19% from 255 or 43.51% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 171 - color contains mainly: green. Hex color #61AB7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61AB7D is #9E5482. Grayscale: #8F8F8F. Windows color (decimal): -10376323 or 8235873. OLE color: 8235873.

HSL color Cylindrical-coordinate representation of color #61AB7D: hue angle of 142.7º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #61AB7D is Cyan = 0.43, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 171 125 -
CMYK 0.43 0 0.27 0.33
HSL 142.7º 0.31% 0.53% -
HSV(B) 142.7º 0.43% 0.67% -
XYZ 23.19 33.15 24.58 -
YUV 143.63 117.48 94.74 -
System Red Green Blue C M Y K H S L
Decimal 97 171 125 0.43 0 0.27 0.33 142.7 0.31 0.53
Hex 61 AB 7D 2B 0 1B 21 8F 1F 35
Octal 141 253 175 53 0 33 41 217 37 65
Binary 1100001 10101011 1111101 101011 0 11011 100001 10001111 11111 110101

Color Harmonies of #61AB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61AB7D

Black with #61AB7D

Text Example


Text Example

White with #61AB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,171,125); }

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

background-color css

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

 a { background-color: rgb(97,171,125); }

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

border-color css

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

 span { border-color: rgb(97,171,125); }

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