Html Css Color HEX #689877 Oxley

📋 copy color: '#689877'

red 104 ◦ green 152 ◦ blue 119

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

Shades of Oxley #689877

Tints of Oxley #689877

RGB

 RED value IS 104 (41.02% from 255) = 27.73%

 GREEN value IS 152 (59.77% from 255) = 40.53%

 BLUE value IS 119 (46.88% from 255) = 31.73%

R = 27.73%
G = 40.53%
B = 31.73%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#689877 (or 0x689877) is known color: Oxley. HEX triplet: 68, 98 and 77. RGB value is (104,152,119). Sum of RGB (Red+Green+Blue) = 104+152+119=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 152 (59.77% from 255 or 40.53% from 375); Blue value is 119 (46.88% from 255 or 31.73% from 375); Max value from RGB is 152 - color contains mainly: green. Hex color #689877 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689877 is #976788. Grayscale: #858585. Windows color (decimal): -9922441 or 7837800. OLE color: 7837800.

HSL color Cylindrical-coordinate representation of color #689877: hue angle of 138.75º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #689877 is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB 104 152 119 -
CMYK 0.32 0 0.22 0.40
HSL 138.75º 0.19% 0.5% -
HSV(B) 138.75º 0.32% 0.6% -
XYZ 20.27 26.73 21.54 -
YUV 133.89 119.6 106.68 -
System Red Green Blue C M Y K H S L
Decimal 104 152 119 0.32 0 0.22 0.40 138.75 0.19 0.5
Hex 68 98 77 20 0 16 28 8B 13 32
Octal 150 230 167 40 0 26 50 213 23 62
Binary 1101000 10011000 1110111 100000 0 10110 101000 10001011 10011 110010

Color Harmonies of #689877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689877

Black with #689877

Text Example


Text Example

White with #689877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689877; }

 p { color: rgb(104,152,119); }

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

background-color css

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

 a { background-color: rgb(104,152,119); }

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

border-color css

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

 span { border-color: rgb(104,152,119); }

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