Html Css Color HEX #4FB168 Ocean Green

📋 copy color: '#4FB168'

red 79 ◦ green 177 ◦ blue 104

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

Shades of Ocean Green #4FB168

Tints of Ocean Green #4FB168

RGB

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

 GREEN value IS 177 (69.53% from 255) = 49.17%

 BLUE value IS 104 (41.02% from 255) = 28.89%

R = 21.94%
G = 49.17%
B = 28.89%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#4FB168 (or 0x4FB168) is known color: Ocean Green. HEX triplet: 4F, B1 and 68. RGB value is (79,177,104). Sum of RGB (Red+Green+Blue) = 79+177+104=360 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.94% from 360); Green value is 177 (69.53% from 255 or 49.17% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 177 - color contains mainly: green. Hex color #4FB168 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FB168 is #B04E97. Grayscale: #8B8B8B. Windows color (decimal): -11554456 or 6861135. OLE color: 6861135.

HSL color Cylindrical-coordinate representation of color #4FB168: hue angle of 135.31º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4FB168 is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 79 177 104 -
CMYK 0.55 0 0.41 0.31
HSL 135.31º 0.39% 0.5% -
HSV(B) 135.31º 0.55% 0.69% -
XYZ 21.45 34.11 18.55 -
YUV 139.38 108.03 84.94 -
System Red Green Blue C M Y K H S L
Decimal 79 177 104 0.55 0 0.41 0.31 135.31 0.39 0.5
Hex 4F B1 68 37 0 29 1F 87 27 32
Octal 117 261 150 67 0 51 37 207 47 62
Binary 1001111 10110001 1101000 110111 0 101001 11111 10000111 100111 110010

Color Harmonies of #4FB168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FB168

Black with #4FB168

Text Example


Text Example

White with #4FB168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,177,104); }

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

background-color css

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

 a { background-color: rgb(79,177,104); }

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

border-color css

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

 span { border-color: rgb(79,177,104); }

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