Html Css Color HEX #42A76B Ocean Green

📋 copy color: '#42A76B'

red 66 ◦ green 167 ◦ blue 107

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

Shades of Ocean Green #42A76B

Tints of Ocean Green #42A76B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.47%

R = 19.41%
G = 49.12%
B = 31.47%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#42A76B (or 0x42A76B) is known color: Ocean Green. HEX triplet: 42, A7 and 6B. RGB value is (66,167,107). Sum of RGB (Red+Green+Blue) = 66+167+107=340 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.41% from 340); Green value is 167 (65.62% from 255 or 49.12% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 167 - color contains mainly: green. Hex color #42A76B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A76B is #BD5894. Grayscale: #828282. Windows color (decimal): -12408981 or 7055170. OLE color: 7055170.

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

Color convert

RGB 66 167 107 -
CMYK 0.60 0 0.36 0.35
HSL 144.36º 0.43% 0.46% -
HSV(B) 144.36º 0.6% 0.65% -
XYZ 18.72 29.86 18.69 -
YUV 129.96 115.04 82.38 -
System Red Green Blue C M Y K H S L
Decimal 66 167 107 0.60 0 0.36 0.35 144.36 0.43 0.46
Hex 42 A7 6B 3C 0 24 23 90 2B 2E
Octal 102 247 153 74 0 44 43 220 53 56
Binary 1000010 10100111 1101011 111100 0 100100 100011 10010000 101011 101110

Color Harmonies of #42A76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A76B

Black with #42A76B

Text Example


Text Example

White with #42A76B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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