Html Css Color HEX #4FAC69 Ocean Green

📋 copy color: '#4FAC69'

red 79 ◦ green 172 ◦ blue 105

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

Shades of Ocean Green #4FAC69

Tints of Ocean Green #4FAC69

RGB

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

 GREEN value IS 172 (67.58% from 255) = 48.31%

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

R = 22.19%
G = 48.31%
B = 29.49%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#4FAC69 (or 0x4FAC69) is known color: Ocean Green. HEX triplet: 4F, AC and 69. RGB value is (79,172,105). Sum of RGB (Red+Green+Blue) = 79+172+105=356 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.19% from 356); Green value is 172 (67.58% from 255 or 48.31% from 356); Blue value is 105 (41.41% from 255 or 29.49% from 356); Max value from RGB is 172 - color contains mainly: green. Hex color #4FAC69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FAC69 is #B05396. Grayscale: #888888. Windows color (decimal): -11555735 or 6925391. OLE color: 6925391.

HSL color Cylindrical-coordinate representation of color #4FAC69: hue angle of 136.77º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4FAC69 is Cyan = 0.54, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB 79 172 105 -
CMYK 0.54 0 0.39 0.33
HSL 136.77º 0.37% 0.49% -
HSV(B) 136.77º 0.54% 0.67% -
XYZ 20.53 32.19 18.5 -
YUV 136.56 110.19 86.95 -
System Red Green Blue C M Y K H S L
Decimal 79 172 105 0.54 0 0.39 0.33 136.77 0.37 0.49
Hex 4F AC 69 36 0 27 21 89 25 31
Octal 117 254 151 66 0 47 41 211 45 61
Binary 1001111 10101100 1101001 110110 0 100111 100001 10001001 100101 110001

Color Harmonies of #4FAC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FAC69

Black with #4FAC69

Text Example


Text Example

White with #4FAC69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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