Html Css Color HEX #5FA77B Ocean Green

📋 copy color: '#5FA77B'

red 95 ◦ green 167 ◦ blue 123

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

Shades of Ocean Green #5FA77B

Tints of Ocean Green #5FA77B

RGB

 RED value IS 95 (37.5% from 255) = 24.68%

 GREEN value IS 167 (65.63% from 255) = 43.38%

 BLUE value IS 123 (48.44% from 255) = 31.95%

R = 24.68%
G = 43.38%
B = 31.95%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#5FA77B (or 0x5FA77B) is known color: Ocean Green. HEX triplet: 5F, A7 and 7B. RGB value is (95,167,123). Sum of RGB (Red+Green+Blue) = 95+167+123=385 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.68% from 385); Green value is 167 (65.62% from 255 or 43.38% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 167 - color contains mainly: green. Hex color #5FA77B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA77B is #A05884. Grayscale: #8C8C8C. Windows color (decimal): -10508421 or 8103775. OLE color: 8103775.

HSL color Cylindrical-coordinate representation of color #5FA77B: hue angle of 143.33º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5FA77B is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB 95 167 123 -
CMYK 0.43 0 0.26 0.35
HSL 143.33º 0.29% 0.51% -
HSV(B) 143.33º 0.43% 0.65% -
XYZ 22.11 31.5 23.65 -
YUV 140.46 118.15 95.58 -
System Red Green Blue C M Y K H S L
Decimal 95 167 123 0.43 0 0.26 0.35 143.33 0.29 0.51
Hex 5F A7 7B 2B 0 1A 23 8F 1D 33
Octal 137 247 173 53 0 32 43 217 35 63
Binary 1011111 10100111 1111011 101011 0 11010 100011 10001111 11101 110011

Color Harmonies of #5FA77B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA77B

Black with #5FA77B

Text Example


Text Example

White with #5FA77B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FA77B; }

 p { color: rgb(95,167,123); }

 H1.HeaderClassName
 {
   color: #5FA77B;
 }
 .AnyTagClassName
 {
   color: #5FA77B;
 }
</style>

background-color css

<style>
 a { background-color: #5FA77B; }

 a { background-color: rgb(95,167,123); }

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

border-color css

<style>
 span { border-color: #5FA77B; }

 span { border-color: rgb(95,167,123); }

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