Html Css Color HEX #689774 Oxley

📋 copy color: '#689774'

red 104 ◦ green 151 ◦ blue 116

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

Shades of Oxley #689774

Tints of Oxley #689774

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.7%

 BLUE value IS 116 (45.7% from 255) = 31.27%

R = 28.03%
G = 40.7%
B = 31.27%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#689774 (or 0x689774) is known color: Oxley. HEX triplet: 68, 97 and 74. RGB value is (104,151,116). Sum of RGB (Red+Green+Blue) = 104+151+116=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 151 (59.38% from 255 or 40.70% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 151 - color contains mainly: green. Hex color #689774 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689774 is #97688B. Grayscale: #858585. Windows color (decimal): -9922700 or 7640936. OLE color: 7640936.

HSL color Cylindrical-coordinate representation of color #689774: hue angle of 135.32º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #689774 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 104 151 116 -
CMYK 0.31 0 0.23 0.41
HSL 135.32º 0.18% 0.5% -
HSV(B) 135.32º 0.31% 0.59% -
XYZ 19.93 26.34 20.56 -
YUV 132.96 118.43 107.35 -
System Red Green Blue C M Y K H S L
Decimal 104 151 116 0.31 0 0.23 0.41 135.32 0.18 0.5
Hex 68 97 74 1F 0 17 29 87 12 32
Octal 150 227 164 37 0 27 51 207 22 62
Binary 1101000 10010111 1110100 11111 0 10111 101001 10000111 10010 110010

Color Harmonies of #689774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689774

Black with #689774

Text Example


Text Example

White with #689774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689774; }

 p { color: rgb(104,151,116); }

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

background-color css

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

 a { background-color: rgb(104,151,116); }

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

border-color css

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

 span { border-color: rgb(104,151,116); }

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