Html Css Color HEX #4B966B Ocean Green

📋 copy color: '#4B966B'

red 75 ◦ green 150 ◦ blue 107

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

Shades of Ocean Green #4B966B

Tints of Ocean Green #4B966B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.18%

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

R = 22.59%
G = 45.18%
B = 32.23%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#4B966B (or 0x4B966B) is known color: Ocean Green. HEX triplet: 4B, 96 and 6B. RGB value is (75,150,107). Sum of RGB (Red+Green+Blue) = 75+150+107=332 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.59% from 332); Green value is 150 (58.98% from 255 or 45.18% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 150 - color contains mainly: green. Hex color #4B966B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B966B is #B46994. Grayscale: #7A7A7A. Windows color (decimal): -11823509 or 7050827. OLE color: 7050827.

HSL color Cylindrical-coordinate representation of color #4B966B: hue angle of 145.6º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B966B is Cyan = 0.5, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB 75 150 107 -
CMYK 0.5 0 0.29 0.41
HSL 145.6º 0.33% 0.44% -
HSV(B) 145.6º 0.5% 0.59% -
XYZ 16.46 24.37 17.75 -
YUV 122.67 119.15 94 -
System Red Green Blue C M Y K H S L
Decimal 75 150 107 0.5 0 0.29 0.41 145.6 0.33 0.44
Hex 4B 96 6B 32 0 1D 29 92 21 2C
Octal 113 226 153 62 0 35 51 222 41 54
Binary 1001011 10010110 1101011 110010 0 11101 101001 10010010 100001 101100

Color Harmonies of #4B966B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B966B

Black with #4B966B

Text Example


Text Example

White with #4B966B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,150,107); }

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

background-color css

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

 a { background-color: rgb(75,150,107); }

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

border-color css

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

 span { border-color: rgb(75,150,107); }

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