Html Css Color HEX #569575 Ocean Green

📋 copy color: '#569575'

red 86 ◦ green 149 ◦ blue 117

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

Shades of Ocean Green #569575

Tints of Ocean Green #569575

RGB

 RED value IS 86 (33.98% from 255) = 24.43%

 GREEN value IS 149 (58.59% from 255) = 42.33%

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

R = 24.43%
G = 42.33%
B = 33.24%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#569575 (or 0x569575) is known color: Ocean Green. HEX triplet: 56, 95 and 75. RGB value is (86,149,117). Sum of RGB (Red+Green+Blue) = 86+149+117=352 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.43% from 352); Green value is 149 (58.59% from 255 or 42.33% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 149 - color contains mainly: green. Hex color #569575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #569575 is #A96A8A. Grayscale: #7E7E7E. Windows color (decimal): -11102859 or 7705942. OLE color: 7705942.

HSL color Cylindrical-coordinate representation of color #569575: hue angle of 149.52º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #569575 is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 86 149 117 -
CMYK 0.42 0 0.21 0.42
HSL 149.52º 0.27% 0.46% -
HSV(B) 149.52º 0.42% 0.58% -
XYZ 17.8 24.76 20.67 -
YUV 126.52 122.63 99.1 -
System Red Green Blue C M Y K H S L
Decimal 86 149 117 0.42 0 0.21 0.42 149.52 0.27 0.46
Hex 56 95 75 2A 0 15 2A 96 1B 2E
Octal 126 225 165 52 0 25 52 226 33 56
Binary 1010110 10010101 1110101 101010 0 10101 101010 10010110 11011 101110

Color Harmonies of #569575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569575

Black with #569575

Text Example


Text Example

White with #569575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #569575; }

 p { color: rgb(86,149,117); }

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

background-color css

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

 a { background-color: rgb(86,149,117); }

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

border-color css

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

 span { border-color: rgb(86,149,117); }

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