Html Css Color HEX #689377 Oxley

📋 copy color: '#689377'

red 104 ◦ green 147 ◦ blue 119

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

Shades of Oxley #689377

Tints of Oxley #689377

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.73%

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

R = 28.11%
G = 39.73%
B = 32.16%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#689377 (or 0x689377) is known color: Oxley. HEX triplet: 68, 93 and 77. RGB value is (104,147,119). Sum of RGB (Red+Green+Blue) = 104+147+119=370 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.11% from 370); Green value is 147 (57.81% from 255 or 39.73% from 370); Blue value is 119 (46.88% from 255 or 32.16% from 370); Max value from RGB is 147 - color contains mainly: green. Hex color #689377 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689377 is #976C88. Grayscale: #838383. Windows color (decimal): -9923721 or 7836520. OLE color: 7836520.

HSL color Cylindrical-coordinate representation of color #689377: hue angle of 140.93º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #689377 is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 147 119 -
CMYK 0.29 0 0.19 0.42
HSL 140.93º 0.17% 0.49% -
HSV(B) 140.93º 0.29% 0.58% -
XYZ 19.47 25.14 21.28 -
YUV 130.95 121.25 108.78 -
System Red Green Blue C M Y K H S L
Decimal 104 147 119 0.29 0 0.19 0.42 140.93 0.17 0.49
Hex 68 93 77 1D 0 13 2A 8D 11 31
Octal 150 223 167 35 0 23 52 215 21 61
Binary 1101000 10010011 1110111 11101 0 10011 101010 10001101 10001 110001

Color Harmonies of #689377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689377

Black with #689377

Text Example


Text Example

White with #689377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689377; }

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

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

background-color css

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

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

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

border-color css

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

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

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