Html Css Color HEX #4B9669 Ocean Green

📋 copy color: '#4B9669'

red 75 ◦ green 150 ◦ blue 105

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

Shades of Ocean Green #4B9669

Tints of Ocean Green #4B9669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 31.82%

R = 22.73%
G = 45.45%
B = 31.82%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#4B9669 (or 0x4B9669) is known color: Ocean Green. HEX triplet: 4B, 96 and 69. RGB value is (75,150,105). Sum of RGB (Red+Green+Blue) = 75+150+105=330 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.73% from 330); Green value is 150 (58.98% from 255 or 45.45% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 150 - color contains mainly: green. Hex color #4B9669 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9669 is #B46996. Grayscale: #7A7A7A. Windows color (decimal): -11823511 or 6919755. OLE color: 6919755.

HSL color Cylindrical-coordinate representation of color #4B9669: hue angle of 144º 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 #4B9669 is Cyan = 0.5, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB 75 150 105 -
CMYK 0.5 0 0.30 0.41
HSL 144º 0.33% 0.44% -
HSV(B) 144º 0.5% 0.59% -
XYZ 16.36 24.33 17.2 -
YUV 122.45 118.15 94.16 -
System Red Green Blue C M Y K H S L
Decimal 75 150 105 0.5 0 0.30 0.41 144 0.33 0.44
Hex 4B 96 69 32 0 1E 29 90 21 2C
Octal 113 226 151 62 0 36 51 220 41 54
Binary 1001011 10010110 1101001 110010 0 11110 101001 10010000 100001 101100

Color Harmonies of #4B9669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B9669

Black with #4B9669

Text Example


Text Example

White with #4B9669

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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