Html Css Color HEX #509B67 Ocean Green

📋 copy color: '#509B67'

red 80 ◦ green 155 ◦ blue 103

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

Shades of Ocean Green #509B67

Tints of Ocean Green #509B67

RGB

 RED value IS 80 (31.64% from 255) = 23.67%

 GREEN value IS 155 (60.94% from 255) = 45.86%

 BLUE value IS 103 (40.63% from 255) = 30.47%

R = 23.67%
G = 45.86%
B = 30.47%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.34

 K value IS 0.39

RGB Variations

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

Color information

#509B67 (or 0x509B67) is known color: Ocean Green. HEX triplet: 50, 9B and 67. RGB value is (80,155,103). Sum of RGB (Red+Green+Blue) = 80+155+103=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 155 (60.94% from 255 or 45.86% from 338); Blue value is 103 (40.62% from 255 or 30.47% from 338); Max value from RGB is 155 - color contains mainly: green. Hex color #509B67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509B67 is #AF6498. Grayscale: #7E7E7E. Windows color (decimal): -11494553 or 6789968. OLE color: 6789968.

HSL color Cylindrical-coordinate representation of color #509B67: hue angle of 138.4º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #509B67 is Cyan = 0.48, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 155 103 -
CMYK 0.48 0 0.34 0.39
HSL 138.4º 0.32% 0.46% -
HSV(B) 138.4º 0.48% 0.61% -
XYZ 17.48 26.13 16.95 -
YUV 126.65 114.65 94.73 -
System Red Green Blue C M Y K H S L
Decimal 80 155 103 0.48 0 0.34 0.39 138.4 0.32 0.46
Hex 50 9B 67 30 0 22 27 8A 20 2E
Octal 120 233 147 60 0 42 47 212 40 56
Binary 1010000 10011011 1100111 110000 0 100010 100111 10001010 100000 101110

Color Harmonies of #509B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509B67

Black with #509B67

Text Example


Text Example

White with #509B67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509B67; }

 p { color: rgb(80,155,103); }

 H1.HeaderClassName
 {
   color: #509B67;
 }
 .AnyTagClassName
 {
   color: #509B67;
 }
</style>

background-color css

<style>
 a { background-color: #509B67; }

 a { background-color: rgb(80,155,103); }

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

border-color css

<style>
 span { border-color: #509B67; }

 span { border-color: rgb(80,155,103); }

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