#429C77

Color #429C77 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #429C77

Tints of Ocean Green #429C77

Color information

#429C77 (or 0x429C77) is unknown color: approx Ocean Green. HEX triplet: 42, 9C and 77. RGB value is (66,156,119). Sum of RGB (Red+Green+Blue) = 66+156+119=341 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.35% from 341); Green value is 156 (61.33% from 255 or 45.75% from 341); Blue value is 119 (46.88% from 255 or 34.90% from 341); Max value from RGB is 156 - color contains mainly: green. Hex color #429C77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429C77 is #BD6388. Grayscale: #7C7C7C. Windows color (decimal): -12411785 or 7838786. OLE color: 7838786.

HSL color Cylindrical-coordinate representation of color #429C77: hue angle of 155.33º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #429C77 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.

Color convert

RGB66156119-
CMYK0.5800.240.39
HSL155.33º40.54%43.53%-
HSV(B)155.33º57.69%61.18%-
XYZ17.4726.2721.6-
YUV124.87124.6886.01-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.35%
GREEN value IS 156 (61.33% from 255) = 45.75%
BLUE value IS 119 (46.88% from 255) = 34.90%
R=19.35%
G=45.75%
B=34.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal661561190.5800.240.39155.3340.5443.53
Hex429C773A018279b292c
Octal10223416772030472335154
Binary100001010011100111011111101001100010011110011011101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429C77; }

 p { color: rgb(66,156,119); }

 H1.HeaderClassName
 {
   color: #429C77;
 }
 .AnyTagClassName
 {
   color: #429C77;
 }
</style>
background-color css

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

 a { background-color: rgb(66,156,119); }

 div.DivClassName
 {
   background-color: #429C77;
 }
 .BgClassName
 {
   background-color: #429C77;
 }
</style>
border-color css

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

 span { border-color: rgb(66,156,119); }

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