Html Css Color HEX #689274 Oxley

📋 copy color: '#689274'

red 104 ◦ green 146 ◦ blue 116

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

Shades of Oxley #689274

Tints of Oxley #689274

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.89%

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

R = 28.42%
G = 39.89%
B = 31.69%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#689274 (or 0x689274) is known color: Oxley. HEX triplet: 68, 92 and 74. RGB value is (104,146,116). Sum of RGB (Red+Green+Blue) = 104+146+116=366 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.42% from 366); Green value is 146 (57.42% from 255 or 39.89% from 366); Blue value is 116 (45.70% from 255 or 31.69% from 366); Max value from RGB is 146 - color contains mainly: green. Hex color #689274 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689274 is #976D8B. Grayscale: #828282. Windows color (decimal): -9923980 or 7639656. OLE color: 7639656.

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

Color convert

RGB 104 146 116 -
CMYK 0.29 0 0.21 0.43
HSL 137.14º 0.17% 0.49% -
HSV(B) 137.14º 0.29% 0.57% -
XYZ 19.14 24.76 20.29 -
YUV 130.02 120.09 109.44 -
System Red Green Blue C M Y K H S L
Decimal 104 146 116 0.29 0 0.21 0.43 137.14 0.17 0.49
Hex 68 92 74 1D 0 15 2B 89 11 31
Octal 150 222 164 35 0 25 53 211 21 61
Binary 1101000 10010010 1110100 11101 0 10101 101011 10001001 10001 110001

Color Harmonies of #689274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689274

Black with #689274

Text Example


Text Example

White with #689274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689274; }

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

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

background-color css

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

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

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

border-color css

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

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

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