Html Css Color HEX #5C9B75 Ocean Green

📋 copy color: '#5C9B75'

red 92 ◦ green 155 ◦ blue 117

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

Shades of Ocean Green #5C9B75

Tints of Ocean Green #5C9B75

RGB

 RED value IS 92 (36.33% from 255) = 25.27%

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

 BLUE value IS 117 (46.09% from 255) = 32.14%

R = 25.27%
G = 42.58%
B = 32.14%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#5C9B75 (or 0x5C9B75) is known color: Ocean Green. HEX triplet: 5C, 9B and 75. RGB value is (92,155,117). Sum of RGB (Red+Green+Blue) = 92+155+117=364 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.27% from 364); Green value is 155 (60.94% from 255 or 42.58% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 155 - color contains mainly: green. Hex color #5C9B75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C9B75 is #A3648A. Grayscale: #838383. Windows color (decimal): -10708107 or 7707484. OLE color: 7707484.

HSL color Cylindrical-coordinate representation of color #5C9B75: hue angle of 143.81º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5C9B75 is Cyan = 0.41, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB 92 155 117 -
CMYK 0.41 0 0.25 0.39
HSL 143.81º 0.26% 0.48% -
HSV(B) 143.81º 0.41% 0.61% -
XYZ 19.35 27 21.02 -
YUV 131.83 119.63 99.59 -
System Red Green Blue C M Y K H S L
Decimal 92 155 117 0.41 0 0.25 0.39 143.81 0.26 0.48
Hex 5C 9B 75 29 0 19 27 90 1A 30
Octal 134 233 165 51 0 31 47 220 32 60
Binary 1011100 10011011 1110101 101001 0 11001 100111 10010000 11010 110000

Color Harmonies of #5C9B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C9B75

Black with #5C9B75

Text Example


Text Example

White with #5C9B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,155,117); }

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

background-color css

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

 a { background-color: rgb(92,155,117); }

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

border-color css

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

 span { border-color: rgb(92,155,117); }

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