Html Css Color HEX #42A779 Ocean Green

📋 copy color: '#42A779'

red 66 ◦ green 167 ◦ blue 121

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

Shades of Ocean Green #42A779

Tints of Ocean Green #42A779

RGB

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

 GREEN value IS 167 (65.63% from 255) = 47.18%

 BLUE value IS 121 (47.66% from 255) = 34.18%

R = 18.64%
G = 47.18%
B = 34.18%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#42A779 (or 0x42A779) is known color: Ocean Green. HEX triplet: 42, A7 and 79. RGB value is (66,167,121). Sum of RGB (Red+Green+Blue) = 66+167+121=354 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.64% from 354); Green value is 167 (65.62% from 255 or 47.18% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 167 - color contains mainly: green. Hex color #42A779 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A779 is #BD5886. Grayscale: #838383. Windows color (decimal): -12408967 or 7972674. OLE color: 7972674.

HSL color Cylindrical-coordinate representation of color #42A779: hue angle of 152.67º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42A779 is Cyan = 0.60, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB 66 167 121 -
CMYK 0.60 0 0.28 0.35
HSL 152.67º 0.43% 0.46% -
HSV(B) 152.67º 0.6% 0.65% -
XYZ 19.52 30.18 22.89 -
YUV 131.56 122.04 81.24 -
System Red Green Blue C M Y K H S L
Decimal 66 167 121 0.60 0 0.28 0.35 152.67 0.43 0.46
Hex 42 A7 79 3C 0 1C 23 99 2B 2E
Octal 102 247 171 74 0 34 43 231 53 56
Binary 1000010 10100111 1111001 111100 0 11100 100011 10011001 101011 101110

Color Harmonies of #42A779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A779

Black with #42A779

Text Example


Text Example

White with #42A779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42A779; }

 p { color: rgb(66,167,121); }

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

background-color css

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

 a { background-color: rgb(66,167,121); }

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

border-color css

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

 span { border-color: rgb(66,167,121); }

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