Html Css Color HEX #429F78 Ocean Green

📋 copy color: '#429F78'

red 66 ◦ green 159 ◦ blue 120

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

Shades of Ocean Green #429F78

Tints of Ocean Green #429F78

RGB

 RED value IS 66 (26.17% from 255) = 19.13%

 GREEN value IS 159 (62.5% from 255) = 46.09%

 BLUE value IS 120 (47.27% from 255) = 34.78%

R = 19.13%
G = 46.09%
B = 34.78%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#429F78 (or 0x429F78) is known color: Ocean Green. HEX triplet: 42, 9F and 78. RGB value is (66,159,120). Sum of RGB (Red+Green+Blue) = 66+159+120=345 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.13% from 345); Green value is 159 (62.5% from 255 or 46.09% from 345); Blue value is 120 (47.27% from 255 or 34.78% from 345); Max value from RGB is 159 - color contains mainly: green. Hex color #429F78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429F78 is #BD6087. Grayscale: #7E7E7E. Windows color (decimal): -12411016 or 7905090. OLE color: 7905090.

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

Color convert

RGB 66 159 120 -
CMYK 0.58 0 0.25 0.38
HSL 154.84º 0.41% 0.44% -
HSV(B) 154.84º 0.58% 0.62% -
XYZ 18.04 27.31 22.09 -
YUV 126.75 124.19 84.67 -
System Red Green Blue C M Y K H S L
Decimal 66 159 120 0.58 0 0.25 0.38 154.84 0.41 0.44
Hex 42 9F 78 3A 0 19 26 9B 29 2C
Octal 102 237 170 72 0 31 46 233 51 54
Binary 1000010 10011111 1111000 111010 0 11001 100110 10011011 101001 101100

Color Harmonies of #429F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429F78

Black with #429F78

Text Example


Text Example

White with #429F78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,159,120); }

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

background-color css

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

 a { background-color: rgb(66,159,120); }

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

border-color css

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

 span { border-color: rgb(66,159,120); }

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