Html Css Color HEX #44966F Ocean Green

📋 copy color: '#44966F'

red 68 ◦ green 150 ◦ blue 111

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

Shades of Ocean Green #44966F

Tints of Ocean Green #44966F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.74%

R = 20.67%
G = 45.59%
B = 33.74%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#44966F (or 0x44966F) is known color: Ocean Green. HEX triplet: 44, 96 and 6F. RGB value is (68,150,111). Sum of RGB (Red+Green+Blue) = 68+150+111=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 150 (58.98% from 255 or 45.59% from 329); Blue value is 111 (43.75% from 255 or 33.74% from 329); Max value from RGB is 150 - color contains mainly: green. Hex color #44966F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44966F is #BB6990. Grayscale: #797979. Windows color (decimal): -12282257 or 7312964. OLE color: 7312964.

HSL color Cylindrical-coordinate representation of color #44966F: hue angle of 151.46º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #44966F is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB 68 150 111 -
CMYK 0.55 0 0.26 0.41
HSL 151.46º 0.38% 0.43% -
HSV(B) 151.46º 0.55% 0.59% -
XYZ 16.16 24.19 18.86 -
YUV 121.04 122.33 90.17 -
System Red Green Blue C M Y K H S L
Decimal 68 150 111 0.55 0 0.26 0.41 151.46 0.38 0.43
Hex 44 96 6F 37 0 1A 29 97 26 2B
Octal 104 226 157 67 0 32 51 227 46 53
Binary 1000100 10010110 1101111 110111 0 11010 101001 10010111 100110 101011

Color Harmonies of #44966F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44966F

Black with #44966F

Text Example


Text Example

White with #44966F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44966F; }

 p { color: rgb(68,150,111); }

 H1.HeaderClassName
 {
   color: #44966F;
 }
 .AnyTagClassName
 {
   color: #44966F;
 }
</style>

background-color css

<style>
 a { background-color: #44966F; }

 a { background-color: rgb(68,150,111); }

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

border-color css

<style>
 span { border-color: #44966F; }

 span { border-color: rgb(68,150,111); }

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