Html Css Color HEX #569970 Ocean Green

📋 copy color: '#569970'

red 86 ◦ green 153 ◦ blue 112

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

Shades of Ocean Green #569970

Tints of Ocean Green #569970

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.59%

 BLUE value IS 112 (44.14% from 255) = 31.91%

R = 24.5%
G = 43.59%
B = 31.91%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#569970 (or 0x569970) is known color: Ocean Green. HEX triplet: 56, 99 and 70. RGB value is (86,153,112). Sum of RGB (Red+Green+Blue) = 86+153+112=351 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.50% from 351); Green value is 153 (60.16% from 255 or 43.59% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 153 - color contains mainly: green. Hex color #569970 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #569970 is #A9668F. Grayscale: #808080. Windows color (decimal): -11101840 or 7379286. OLE color: 7379286.

HSL color Cylindrical-coordinate representation of color #569970: hue angle of 143.28º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #569970 is Cyan = 0.44, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 86 153 112 -
CMYK 0.44 0 0.27 0.4
HSL 143.28º 0.28% 0.47% -
HSV(B) 143.28º 0.44% 0.6% -
XYZ 18.15 25.93 19.38 -
YUV 128.29 118.8 97.83 -
System Red Green Blue C M Y K H S L
Decimal 86 153 112 0.44 0 0.27 0.4 143.28 0.28 0.47
Hex 56 99 70 2C 0 1B 28 8F 1C 2F
Octal 126 231 160 54 0 33 50 217 34 57
Binary 1010110 10011001 1110000 101100 0 11011 101000 10001111 11100 101111

Color Harmonies of #569970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569970

Black with #569970

Text Example


Text Example

White with #569970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #569970; }

 p { color: rgb(86,153,112); }

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

background-color css

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

 a { background-color: rgb(86,153,112); }

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

border-color css

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

 span { border-color: rgb(86,153,112); }

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