Html Css Color HEX #529669 Ocean Green

📋 copy color: '#529669'

red 82 ◦ green 150 ◦ blue 105

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

Shades of Ocean Green #529669

Tints of Ocean Green #529669

RGB

 RED value IS 82 (32.42% from 255) = 24.33%

 GREEN value IS 150 (58.98% from 255) = 44.51%

 BLUE value IS 105 (41.41% from 255) = 31.16%

R = 24.33%
G = 44.51%
B = 31.16%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#529669 (or 0x529669) is known color: Ocean Green. HEX triplet: 52, 96 and 69. RGB value is (82,150,105). Sum of RGB (Red+Green+Blue) = 82+150+105=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 150 (58.98% from 255 or 44.51% from 337); Blue value is 105 (41.41% from 255 or 31.16% from 337); Max value from RGB is 150 - color contains mainly: green. Hex color #529669 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529669 is #AD6996. Grayscale: #7C7C7C. Windows color (decimal): -11364759 or 6919762. OLE color: 6919762.

HSL color Cylindrical-coordinate representation of color #529669: hue angle of 140.29º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #529669 is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB 82 150 105 -
CMYK 0.45 0 0.30 0.41
HSL 140.29º 0.29% 0.45% -
HSV(B) 140.29º 0.45% 0.59% -
XYZ 16.94 24.63 17.23 -
YUV 124.54 116.97 97.66 -
System Red Green Blue C M Y K H S L
Decimal 82 150 105 0.45 0 0.30 0.41 140.29 0.29 0.45
Hex 52 96 69 2D 0 1E 29 8C 1D 2D
Octal 122 226 151 55 0 36 51 214 35 55
Binary 1010010 10010110 1101001 101101 0 11110 101001 10001100 11101 101101

Color Harmonies of #529669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529669

Black with #529669

Text Example


Text Example

White with #529669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529669; }

 p { color: rgb(82,150,105); }

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

background-color css

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

 a { background-color: rgb(82,150,105); }

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

border-color css

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

 span { border-color: rgb(82,150,105); }

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