Html Css Color HEX #529A69 Ocean Green

📋 copy color: '#529A69'

red 82 ◦ green 154 ◦ blue 105

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

Shades of Ocean Green #529A69

Tints of Ocean Green #529A69

RGB

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

 GREEN value IS 154 (60.55% from 255) = 45.16%

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

R = 24.05%
G = 45.16%
B = 30.79%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#529A69 (or 0x529A69) is known color: Ocean Green. HEX triplet: 52, 9A and 69. RGB value is (82,154,105). Sum of RGB (Red+Green+Blue) = 82+154+105=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 154 (60.55% from 255 or 45.16% from 341); Blue value is 105 (41.41% from 255 or 30.79% from 341); Max value from RGB is 154 - color contains mainly: green. Hex color #529A69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529A69 is #AD6596. Grayscale: #7F7F7F. Windows color (decimal): -11363735 or 6920786. OLE color: 6920786.

HSL color Cylindrical-coordinate representation of color #529A69: hue angle of 139.17º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #529A69 is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB 82 154 105 -
CMYK 0.47 0 0.32 0.40
HSL 139.17º 0.31% 0.46% -
HSV(B) 139.17º 0.47% 0.6% -
XYZ 17.59 25.92 17.44 -
YUV 126.89 115.65 95.98 -
System Red Green Blue C M Y K H S L
Decimal 82 154 105 0.47 0 0.32 0.40 139.17 0.31 0.46
Hex 52 9A 69 2F 0 20 28 8B 1F 2E
Octal 122 232 151 57 0 40 50 213 37 56
Binary 1010010 10011010 1101001 101111 0 100000 101000 10001011 11111 101110

Color Harmonies of #529A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529A69

Black with #529A69

Text Example


Text Example

White with #529A69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529A69; }

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

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

background-color css

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

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

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

border-color css

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

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

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