Html Css Color HEX #42A774 Ocean Green

📋 copy color: '#42A774'

red 66 ◦ green 167 ◦ blue 116

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

Shades of Ocean Green #42A774

Tints of Ocean Green #42A774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.24%

R = 18.91%
G = 47.85%
B = 33.24%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#42A774 (or 0x42A774) is known color: Ocean Green. HEX triplet: 42, A7 and 74. RGB value is (66,167,116). Sum of RGB (Red+Green+Blue) = 66+167+116=349 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.91% from 349); Green value is 167 (65.62% from 255 or 47.85% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 167 - color contains mainly: green. Hex color #42A774 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A774 is #BD588B. Grayscale: #838383. Windows color (decimal): -12408972 or 7644994. OLE color: 7644994.

HSL color Cylindrical-coordinate representation of color #42A774: hue angle of 149.7º 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 #42A774 is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB 66 167 116 -
CMYK 0.60 0 0.31 0.35
HSL 149.7º 0.43% 0.46% -
HSV(B) 149.7º 0.6% 0.65% -
XYZ 19.22 30.06 21.31 -
YUV 130.99 119.54 81.65 -
System Red Green Blue C M Y K H S L
Decimal 66 167 116 0.60 0 0.31 0.35 149.7 0.43 0.46
Hex 42 A7 74 3C 0 1F 23 96 2B 2E
Octal 102 247 164 74 0 37 43 226 53 56
Binary 1000010 10100111 1110100 111100 0 11111 100011 10010110 101011 101110

Color Harmonies of #42A774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A774

Black with #42A774

Text Example


Text Example

White with #42A774

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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