Html Css Color HEX #4BA77B Ocean Green

📋 copy color: '#4BA77B'

red 75 ◦ green 167 ◦ blue 123

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

Shades of Ocean Green #4BA77B

Tints of Ocean Green #4BA77B

RGB

 RED value IS 75 (29.69% from 255) = 20.55%

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

 BLUE value IS 123 (48.44% from 255) = 33.7%

R = 20.55%
G = 45.75%
B = 33.7%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#4BA77B (or 0x4BA77B) is known color: Ocean Green. HEX triplet: 4B, A7 and 7B. RGB value is (75,167,123). Sum of RGB (Red+Green+Blue) = 75+167+123=365 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.55% from 365); Green value is 167 (65.62% from 255 or 45.75% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 167 - color contains mainly: green. Hex color #4BA77B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA77B is #B45884. Grayscale: #868686. Windows color (decimal): -11819141 or 8103755. OLE color: 8103755.

HSL color Cylindrical-coordinate representation of color #4BA77B: hue angle of 151.3º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4BA77B is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB 75 167 123 -
CMYK 0.55 0 0.26 0.35
HSL 151.3º 0.38% 0.47% -
HSV(B) 151.3º 0.55% 0.65% -
XYZ 20.3 30.56 23.57 -
YUV 134.48 121.52 85.58 -
System Red Green Blue C M Y K H S L
Decimal 75 167 123 0.55 0 0.26 0.35 151.3 0.38 0.47
Hex 4B A7 7B 37 0 1A 23 97 26 2F
Octal 113 247 173 67 0 32 43 227 46 57
Binary 1001011 10100111 1111011 110111 0 11010 100011 10010111 100110 101111

Color Harmonies of #4BA77B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA77B

Black with #4BA77B

Text Example


Text Example

White with #4BA77B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4BA77B; }

 p { color: rgb(75,167,123); }

 H1.HeaderClassName
 {
   color: #4BA77B;
 }
 .AnyTagClassName
 {
   color: #4BA77B;
 }
</style>

background-color css

<style>
 a { background-color: #4BA77B; }

 a { background-color: rgb(75,167,123); }

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

border-color css

<style>
 span { border-color: #4BA77B; }

 span { border-color: rgb(75,167,123); }

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