Html Css Color HEX #42A679 Ocean Green

📋 copy color: '#42A679'

red 66 ◦ green 166 ◦ blue 121

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

Shades of Ocean Green #42A679

Tints of Ocean Green #42A679

RGB

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

 GREEN value IS 166 (65.23% from 255) = 47.03%

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

R = 18.7%
G = 47.03%
B = 34.28%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#42A679 (or 0x42A679) is known color: Ocean Green. HEX triplet: 42, A6 and 79. RGB value is (66,166,121). Sum of RGB (Red+Green+Blue) = 66+166+121=353 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.70% from 353); Green value is 166 (65.23% from 255 or 47.03% from 353); Blue value is 121 (47.66% from 255 or 34.28% from 353); Max value from RGB is 166 - color contains mainly: green. Hex color #42A679 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A679 is #BD5986. Grayscale: #838383. Windows color (decimal): -12409223 or 7972418. OLE color: 7972418.

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

Color convert

RGB 66 166 121 -
CMYK 0.60 0 0.27 0.35
HSL 153º 0.43% 0.45% -
HSV(B) 153º 0.6% 0.65% -
XYZ 19.33 29.81 22.82 -
YUV 130.97 122.37 81.66 -
System Red Green Blue C M Y K H S L
Decimal 66 166 121 0.60 0 0.27 0.35 153 0.43 0.45
Hex 42 A6 79 3C 0 1B 23 99 2B 2D
Octal 102 246 171 74 0 33 43 231 53 55
Binary 1000010 10100110 1111001 111100 0 11011 100011 10011001 101011 101101

Color Harmonies of #42A679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A679

Black with #42A679

Text Example


Text Example

White with #42A679

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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