Html Css Color HEX #44AB77 Ocean Green

📋 copy color: '#44AB77'

red 68 ◦ green 171 ◦ blue 119

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

Shades of Ocean Green #44AB77

Tints of Ocean Green #44AB77

RGB

 RED value IS 68 (26.95% from 255) = 18.99%

 GREEN value IS 171 (67.19% from 255) = 47.77%

 BLUE value IS 119 (46.88% from 255) = 33.24%

R = 18.99%
G = 47.77%
B = 33.24%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#44AB77 (or 0x44AB77) is known color: Ocean Green. HEX triplet: 44, AB and 77. RGB value is (68,171,119). Sum of RGB (Red+Green+Blue) = 68+171+119=358 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.99% from 358); Green value is 171 (67.19% from 255 or 47.77% from 358); Blue value is 119 (46.88% from 255 or 33.24% from 358); Max value from RGB is 171 - color contains mainly: green. Hex color #44AB77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44AB77 is #BB5488. Grayscale: #868686. Windows color (decimal): -12276873 or 7842628. OLE color: 7842628.

HSL color Cylindrical-coordinate representation of color #44AB77: hue angle of 149.71º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #44AB77 is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 171 119 -
CMYK 0.60 0 0.30 0.33
HSL 149.71º 0.43% 0.47% -
HSV(B) 149.71º 0.6% 0.67% -
XYZ 20.28 31.69 22.5 -
YUV 134.28 119.38 80.73 -
System Red Green Blue C M Y K H S L
Decimal 68 171 119 0.60 0 0.30 0.33 149.71 0.43 0.47
Hex 44 AB 77 3C 0 1E 21 96 2B 2F
Octal 104 253 167 74 0 36 41 226 53 57
Binary 1000100 10101011 1110111 111100 0 11110 100001 10010110 101011 101111

Color Harmonies of #44AB77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44AB77

Black with #44AB77

Text Example


Text Example

White with #44AB77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44AB77; }

 p { color: rgb(68,171,119); }

 H1.HeaderClassName
 {
   color: #44AB77;
 }
 .AnyTagClassName
 {
   color: #44AB77;
 }
</style>

background-color css

<style>
 a { background-color: #44AB77; }

 a { background-color: rgb(68,171,119); }

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

border-color css

<style>
 span { border-color: #44AB77; }

 span { border-color: rgb(68,171,119); }

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