Html Css Color HEX #5AAA75 Ocean Green

📋 copy color: '#5AAA75'

red 90 ◦ green 170 ◦ blue 117

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

Shades of Ocean Green #5AAA75

Tints of Ocean Green #5AAA75

RGB

 RED value IS 90 (35.55% from 255) = 23.87%

 GREEN value IS 170 (66.8% from 255) = 45.09%

 BLUE value IS 117 (46.09% from 255) = 31.03%

R = 23.87%
G = 45.09%
B = 31.03%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#5AAA75 (or 0x5AAA75) is known color: Ocean Green. HEX triplet: 5A, AA and 75. RGB value is (90,170,117). Sum of RGB (Red+Green+Blue) = 90+170+117=377 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.87% from 377); Green value is 170 (66.80% from 255 or 45.09% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAA75 is #A5558A. Grayscale: #8C8C8C. Windows color (decimal): -10835339 or 7711322. OLE color: 7711322.

HSL color Cylindrical-coordinate representation of color #5AAA75: hue angle of 140.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5AAA75 is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 90 170 117 -
CMYK 0.47 0 0.31 0.33
HSL 140.25º 0.32% 0.51% -
HSV(B) 140.25º 0.47% 0.67% -
XYZ 21.8 32.21 21.9 -
YUV 140.04 115 92.31 -
System Red Green Blue C M Y K H S L
Decimal 90 170 117 0.47 0 0.31 0.33 140.25 0.32 0.51
Hex 5A AA 75 2F 0 1F 21 8C 20 33
Octal 132 252 165 57 0 37 41 214 40 63
Binary 1011010 10101010 1110101 101111 0 11111 100001 10001100 100000 110011

Color Harmonies of #5AAA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAA75

Black with #5AAA75

Text Example


Text Example

White with #5AAA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5AAA75; }

 p { color: rgb(90,170,117); }

 H1.HeaderClassName
 {
   color: #5AAA75;
 }
 .AnyTagClassName
 {
   color: #5AAA75;
 }
</style>

background-color css

<style>
 a { background-color: #5AAA75; }

 a { background-color: rgb(90,170,117); }

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

border-color css

<style>
 span { border-color: #5AAA75; }

 span { border-color: rgb(90,170,117); }

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