Html Css Color HEX #4FAE69 Ocean Green

📋 copy color: '#4FAE69'

red 79 ◦ green 174 ◦ blue 105

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

Shades of Ocean Green #4FAE69

Tints of Ocean Green #4FAE69

RGB

 RED value IS 79 (31.25% from 255) = 22.07%

 GREEN value IS 174 (68.36% from 255) = 48.6%

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

R = 22.07%
G = 48.6%
B = 29.33%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#4FAE69 (or 0x4FAE69) is known color: Ocean Green. HEX triplet: 4F, AE and 69. RGB value is (79,174,105). Sum of RGB (Red+Green+Blue) = 79+174+105=358 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.07% from 358); Green value is 174 (68.36% from 255 or 48.60% from 358); Blue value is 105 (41.41% from 255 or 29.33% from 358); Max value from RGB is 174 - color contains mainly: green. Hex color #4FAE69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FAE69 is #B05196. Grayscale: #898989. Windows color (decimal): -11555223 or 6925903. OLE color: 6925903.

HSL color Cylindrical-coordinate representation of color #4FAE69: hue angle of 136.42º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4FAE69 is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB 79 174 105 -
CMYK 0.55 0 0.40 0.32
HSL 136.42º 0.38% 0.5% -
HSV(B) 136.42º 0.55% 0.68% -
XYZ 20.91 32.95 18.62 -
YUV 137.73 109.53 86.11 -
System Red Green Blue C M Y K H S L
Decimal 79 174 105 0.55 0 0.40 0.32 136.42 0.38 0.5
Hex 4F AE 69 37 0 28 20 88 26 32
Octal 117 256 151 67 0 50 40 210 46 62
Binary 1001111 10101110 1101001 110111 0 101000 100000 10001000 100110 110010

Color Harmonies of #4FAE69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FAE69

Black with #4FAE69

Text Example


Text Example

White with #4FAE69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,174,105); }

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

background-color css

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

 a { background-color: rgb(79,174,105); }

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

border-color css

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

 span { border-color: rgb(79,174,105); }

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