Html Css Color HEX #62AF7D Ocean Green

📋 copy color: '#62AF7D'

red 98 ◦ green 175 ◦ blue 125

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

Shades of Ocean Green #62AF7D

Tints of Ocean Green #62AF7D

RGB

 RED value IS 98 (38.67% from 255) = 24.62%

 GREEN value IS 175 (68.75% from 255) = 43.97%

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

R = 24.62%
G = 43.97%
B = 31.41%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#62AF7D (or 0x62AF7D) is known color: Ocean Green. HEX triplet: 62, AF and 7D. RGB value is (98,175,125). Sum of RGB (Red+Green+Blue) = 98+175+125=398 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.62% from 398); Green value is 175 (68.75% from 255 or 43.97% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 175 - color contains mainly: green. Hex color #62AF7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62AF7D is #9D5082. Grayscale: #929292. Windows color (decimal): -10309763 or 8236898. OLE color: 8236898.

HSL color Cylindrical-coordinate representation of color #62AF7D: hue angle of 141.04º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #62AF7D is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 98 175 125 -
CMYK 0.44 0 0.29 0.31
HSL 141.04º 0.32% 0.54% -
HSV(B) 141.04º 0.44% 0.69% -
XYZ 24.07 34.74 24.84 -
YUV 146.28 115.99 93.57 -
System Red Green Blue C M Y K H S L
Decimal 98 175 125 0.44 0 0.29 0.31 141.04 0.32 0.54
Hex 62 AF 7D 2C 0 1D 1F 8D 20 36
Octal 142 257 175 54 0 35 37 215 40 66
Binary 1100010 10101111 1111101 101100 0 11101 11111 10001101 100000 110110

Color Harmonies of #62AF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62AF7D

Black with #62AF7D

Text Example


Text Example

White with #62AF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62AF7D; }

 p { color: rgb(98,175,125); }

 H1.HeaderClassName
 {
   color: #62AF7D;
 }
 .AnyTagClassName
 {
   color: #62AF7D;
 }
</style>

background-color css

<style>
 a { background-color: #62AF7D; }

 a { background-color: rgb(98,175,125); }

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

border-color css

<style>
 span { border-color: #62AF7D; }

 span { border-color: rgb(98,175,125); }

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