Html Css Color HEX #44AA69 Ocean Green

📋 copy color: '#44AA69'

red 68 ◦ green 170 ◦ blue 105

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

Shades of Ocean Green #44AA69

Tints of Ocean Green #44AA69

RGB

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

 GREEN value IS 170 (66.8% from 255) = 49.56%

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

R = 19.83%
G = 49.56%
B = 30.61%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#44AA69 (or 0x44AA69) is known color: Ocean Green. HEX triplet: 44, AA and 69. RGB value is (68,170,105). Sum of RGB (Red+Green+Blue) = 68+170+105=343 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.83% from 343); Green value is 170 (66.80% from 255 or 49.56% from 343); Blue value is 105 (41.41% from 255 or 30.61% from 343); Max value from RGB is 170 - color contains mainly: green. Hex color #44AA69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44AA69 is #BB5596. Grayscale: #848484. Windows color (decimal): -12277143 or 6924868. OLE color: 6924868.

HSL color Cylindrical-coordinate representation of color #44AA69: hue angle of 141.76º 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 #44AA69 is Cyan = 0.6, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 170 105 -
CMYK 0.6 0 0.38 0.33
HSL 141.76º 0.43% 0.47% -
HSV(B) 141.76º 0.6% 0.67% -
XYZ 19.31 31 18.33 -
YUV 132.09 112.71 82.29 -
System Red Green Blue C M Y K H S L
Decimal 68 170 105 0.6 0 0.38 0.33 141.76 0.43 0.47
Hex 44 AA 69 3C 0 26 21 8E 2B 2F
Octal 104 252 151 74 0 46 41 216 53 57
Binary 1000100 10101010 1101001 111100 0 100110 100001 10001110 101011 101111

Color Harmonies of #44AA69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44AA69

Black with #44AA69

Text Example


Text Example

White with #44AA69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,170,105); }

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

background-color css

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

 a { background-color: rgb(68,170,105); }

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

border-color css

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

 span { border-color: rgb(68,170,105); }

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